﻿2026-06-07T04:15:52.9084060Z Current runner version: '2.334.0'
2026-06-07T04:15:52.9170333Z Runner name: 'gravity'
2026-06-07T04:15:52.9171345Z Runner group name: 'Default'
2026-06-07T04:15:52.9172525Z Machine name: 'gravity-linux'
2026-06-07T04:15:52.9176150Z ##[group]GITHUB_TOKEN Permissions
2026-06-07T04:15:52.9179760Z Contents: read
2026-06-07T04:15:52.9180465Z Metadata: read
2026-06-07T04:15:52.9181130Z Packages: read
2026-06-07T04:15:52.9181780Z ##[endgroup]
2026-06-07T04:15:52.9184972Z Secret source: Actions
2026-06-07T04:15:52.9185873Z Prepare workflow directory
2026-06-07T04:15:52.9873908Z Prepare all required actions
2026-06-07T04:15:52.9935480Z Getting action download info
2026-06-07T04:15:53.6113872Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-07T04:15:54.5044239Z Complete job name: test (self-hosted, Linux, gravity)
2026-06-07T04:15:54.6773490Z ##[group]Run actions/checkout@v5
2026-06-07T04:15:54.6775399Z with:
2026-06-07T04:15:54.6776228Z   repository: SaberMage/spt-core
2026-06-07T04:15:54.6784569Z   token: ***
2026-06-07T04:15:54.6785332Z   ssh-strict: true
2026-06-07T04:15:54.6786093Z   ssh-user: git
2026-06-07T04:15:54.6786853Z   persist-credentials: true
2026-06-07T04:15:54.6787711Z   clean: true
2026-06-07T04:15:54.6788477Z   sparse-checkout-cone-mode: true
2026-06-07T04:15:54.6789417Z   fetch-depth: 1
2026-06-07T04:15:54.6790726Z   fetch-tags: false
2026-06-07T04:15:54.6791685Z   show-progress: true
2026-06-07T04:15:54.6792460Z   lfs: false
2026-06-07T04:15:54.6793181Z   submodules: false
2026-06-07T04:15:54.6793988Z   set-safe-directory: true
2026-06-07T04:15:54.6795405Z ##[endgroup]
2026-06-07T04:15:54.8411133Z Syncing repository: SaberMage/spt-core
2026-06-07T04:15:54.8414314Z ##[group]Getting Git version info
2026-06-07T04:15:54.8415761Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-07T04:15:54.8417683Z [command]/usr/bin/git version
2026-06-07T04:15:54.8418522Z git version 2.34.1
2026-06-07T04:15:54.8421714Z ##[endgroup]
2026-06-07T04:15:54.8430258Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/feaa0ad8-40bf-4f96-b69d-724bdda439c4/.gitconfig'
2026-06-07T04:15:54.8449862Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/feaa0ad8-40bf-4f96-b69d-724bdda439c4' before making global git config changes
2026-06-07T04:15:54.8452337Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T04:15:54.8458936Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-07T04:15:54.8517157Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-07T04:15:54.8555636Z https://github.com/SaberMage/spt-core
2026-06-07T04:15:54.8592097Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T04:15:54.8603334Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T04:15:54.8657251Z refs/heads/dev-freeform
2026-06-07T04:15:54.8660706Z [command]/usr/bin/git checkout --detach
2026-06-07T04:15:54.8737756Z HEAD is now at b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:15:54.8796772Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-07T04:15:54.8839608Z Deleted branch dev-freeform (was b9326f4).
2026-06-07T04:15:54.8908110Z ##[endgroup]
2026-06-07T04:15:54.8912592Z [command]/usr/bin/git submodule status
2026-06-07T04:15:54.9163007Z ##[group]Cleaning the repository
2026-06-07T04:15:54.9168261Z [command]/usr/bin/git clean -ffdx
2026-06-07T04:15:55.9754587Z Removing .adapter-notify/
2026-06-07T04:15:55.9756643Z Removing target/
2026-06-07T04:15:55.9766982Z [command]/usr/bin/git reset --hard HEAD
2026-06-07T04:15:55.9873862Z HEAD is now at b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:15:55.9879857Z ##[endgroup]
2026-06-07T04:15:55.9882616Z ##[group]Disabling automatic garbage collection
2026-06-07T04:15:55.9888650Z [command]/usr/bin/git config --local gc.auto 0
2026-06-07T04:15:55.9927319Z ##[endgroup]
2026-06-07T04:15:55.9929398Z ##[group]Setting up auth
2026-06-07T04:15:55.9937522Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T04:15:55.9980773Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-07T04:15:56.0223344Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T04:15:56.0265130Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-07T04:15:56.0508946Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T04:15:56.0549928Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T04:15:56.0812739Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-07T04:15:56.0876592Z ##[endgroup]
2026-06-07T04:15:56.0878968Z ##[group]Fetching the repository
2026-06-07T04:15:56.0905833Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +de3e311871e31ef0b9deaf0ac661f0adaeddc981:refs/remotes/origin/dev-freeform
2026-06-07T04:15:57.5250116Z From https://github.com/SaberMage/spt-core
2026-06-07T04:15:57.5251681Z  + b9326f4...de3e311 de3e311871e31ef0b9deaf0ac661f0adaeddc981 -> origin/dev-freeform  (forced update)
2026-06-07T04:15:57.5276016Z ##[endgroup]
2026-06-07T04:15:57.5276858Z ##[group]Determining the checkout info
2026-06-07T04:15:57.5279057Z ##[endgroup]
2026-06-07T04:15:57.5285537Z [command]/usr/bin/git sparse-checkout disable
2026-06-07T04:15:57.5337731Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-07T04:15:57.5374326Z ##[group]Checking out the ref
2026-06-07T04:15:57.5380659Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T04:15:57.5816520Z Warning: you are leaving 1 commit behind, not connected to
2026-06-07T04:15:57.5817477Z any of your branches:
2026-06-07T04:15:57.5817812Z 
2026-06-07T04:15:57.5818916Z   b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:15:57.5819743Z 
2026-06-07T04:15:57.5820154Z If you want to keep it by creating a new branch, this may be a good time
2026-06-07T04:15:57.5820870Z to do so with:
2026-06-07T04:15:57.5821084Z 
2026-06-07T04:15:57.5821305Z  git branch <new-branch-name> b9326f4
2026-06-07T04:15:57.5821706Z 
2026-06-07T04:15:57.5827661Z Switched to a new branch 'dev-freeform'
2026-06-07T04:15:57.5828789Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-07T04:15:57.5841005Z ##[endgroup]
2026-06-07T04:15:57.5891731Z [command]/usr/bin/git log -1 --format=%H
2026-06-07T04:15:57.5926311Z de3e311871e31ef0b9deaf0ac661f0adaeddc981
2026-06-07T04:15:57.6237870Z ##[group]Run cargo build --workspace --all-targets
2026-06-07T04:15:57.6238593Z [36;1mcargo build --workspace --all-targets[0m
2026-06-07T04:15:57.6266753Z shell: /usr/bin/bash -e {0}
2026-06-07T04:15:57.6267215Z ##[endgroup]
2026-06-07T04:15:58.2364805Z    Compiling proc-macro2 v1.0.106
2026-06-07T04:15:58.2365505Z    Compiling quote v1.0.45
2026-06-07T04:15:58.2365961Z    Compiling unicode-ident v1.0.24
2026-06-07T04:15:58.2366426Z    Compiling libc v0.2.186
2026-06-07T04:15:58.3529346Z    Compiling serde_core v1.0.228
2026-06-07T04:15:58.5006905Z    Compiling serde v1.0.228
2026-06-07T04:15:58.8241191Z    Compiling cfg-if v1.0.4
2026-06-07T04:15:58.8652440Z    Compiling typenum v1.20.1
2026-06-07T04:16:00.1003155Z    Compiling syn v2.0.117
2026-06-07T04:16:00.3340517Z    Compiling portable-atomic v1.13.1
2026-06-07T04:16:01.0010600Z    Compiling version_check v0.9.5
2026-06-07T04:16:01.1678367Z    Compiling memchr v2.8.1
2026-06-07T04:16:01.4190475Z    Compiling critical-section v1.2.0
2026-06-07T04:16:01.4910299Z    Compiling subtle v2.6.1
2026-06-07T04:16:01.6818567Z    Compiling generic-array v0.14.7
2026-06-07T04:16:01.8270313Z    Compiling semver v1.0.28
2026-06-07T04:16:02.2570525Z    Compiling rustc_version v0.4.1
2026-06-07T04:16:02.6550864Z    Compiling shlex v2.0.1
2026-06-07T04:16:02.8730516Z    Compiling find-msvc-tools v0.1.9
2026-06-07T04:16:03.0266927Z    Compiling smallvec v1.15.1
2026-06-07T04:16:03.2059920Z    Compiling cc v1.2.63
2026-06-07T04:16:03.2943143Z    Compiling equivalent v1.0.2
2026-06-07T04:16:03.3400264Z    Compiling itoa v1.0.18
2026-06-07T04:16:03.4013990Z    Compiling crypto-common v0.1.7
2026-06-07T04:16:03.5001252Z    Compiling pin-project-lite v0.2.17
2026-06-07T04:16:03.5518351Z    Compiling getrandom v0.2.17
2026-06-07T04:16:03.5623536Z    Compiling cpufeatures v0.2.17
2026-06-07T04:16:03.6160621Z    Compiling hashbrown v0.17.1
2026-06-07T04:16:03.7434632Z    Compiling log v0.4.32
2026-06-07T04:16:03.9988578Z    Compiling bitflags v2.12.1
2026-06-07T04:16:04.2630354Z    Compiling bytes v1.11.1
2026-06-07T04:16:04.6789542Z    Compiling indexmap v2.14.0
2026-06-07T04:16:05.4231064Z    Compiling futures-core v0.3.32
2026-06-07T04:16:05.5733758Z    Compiling rand_core v0.10.1
2026-06-07T04:16:05.6514451Z    Compiling socket2 v0.6.4
2026-06-07T04:16:05.7644038Z    Compiling getrandom v0.4.2
2026-06-07T04:16:05.9321670Z    Compiling block-buffer v0.10.4
2026-06-07T04:16:05.9532601Z    Compiling mio v1.2.1
2026-06-07T04:16:06.0680142Z    Compiling stable_deref_trait v1.2.1
2026-06-07T04:16:06.1329500Z    Compiling digest v0.10.7
2026-06-07T04:16:06.4474076Z    Compiling futures-io v0.3.32
2026-06-07T04:16:06.5974996Z    Compiling futures-sink v0.3.32
2026-06-07T04:16:06.6885792Z    Compiling slab v0.4.12
2026-06-07T04:16:06.6982582Z    Compiling futures-channel v0.3.32
2026-06-07T04:16:06.7820255Z    Compiling futures-task v0.3.32
2026-06-07T04:16:06.8960628Z    Compiling synstructure v0.13.2
2026-06-07T04:16:06.9650823Z    Compiling curve25519-dalek v4.1.3
2026-06-07T04:16:07.0083429Z    Compiling zerocopy v0.8.50
2026-06-07T04:16:07.2160627Z    Compiling rand_core v0.6.4
2026-06-07T04:16:07.4071834Z    Compiling ahash v0.8.12
2026-06-07T04:16:07.5690426Z    Compiling sha2 v0.10.9
2026-06-07T04:16:07.7820571Z    Compiling pkg-config v0.3.33
2026-06-07T04:16:08.1346240Z    Compiling autocfg v1.5.1
2026-06-07T04:16:08.6300590Z    Compiling signature v2.2.0
2026-06-07T04:16:08.7310465Z    Compiling vcpkg v0.2.15
2026-06-07T04:16:08.7490942Z    Compiling fnv v1.0.7
2026-06-07T04:16:08.8070503Z    Compiling zmij v1.0.21
2026-06-07T04:16:09.0580546Z    Compiling ed25519 v2.2.3
2026-06-07T04:16:09.2440426Z    Compiling serde_json v1.0.150
2026-06-07T04:16:09.6910457Z    Compiling serde_derive v1.0.228
2026-06-07T04:16:09.7780324Z    Compiling zeroize_derive v1.4.3
2026-06-07T04:16:09.8105251Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-07T04:16:10.4776691Z    Compiling zeroize v1.8.2
2026-06-07T04:16:10.5330688Z    Compiling tokio-macros v2.7.0
2026-06-07T04:16:10.6641052Z    Compiling futures-macro v0.3.32
2026-06-07T04:16:11.4320118Z    Compiling tokio v1.52.3
2026-06-07T04:16:11.7835595Z    Compiling zerofrom-derive v0.1.7
2026-06-07T04:16:13.5790656Z    Compiling zerofrom v0.1.8
2026-06-07T04:16:13.7220628Z    Compiling futures-util v0.3.32
2026-06-07T04:16:13.9570589Z    Compiling yoke-derive v0.8.2
2026-06-07T04:16:15.5580634Z    Compiling yoke v0.8.3
2026-06-07T04:16:15.8170566Z    Compiling zerovec-derive v0.11.3
2026-06-07T04:16:16.8090364Z    Compiling once_cell v1.21.4
2026-06-07T04:16:17.5500175Z    Compiling zerovec v0.11.6
2026-06-07T04:16:18.5308273Z    Compiling displaydoc v0.2.6
2026-06-07T04:16:19.3500554Z    Compiling libsqlite3-sys v0.30.1
2026-06-07T04:16:19.4069912Z    Compiling hashbrown v0.14.5
2026-06-07T04:16:19.4933708Z    Compiling ed25519-dalek v2.2.0
2026-06-07T04:16:19.8370602Z    Compiling fastrand v2.4.1
2026-06-07T04:16:20.1504982Z    Compiling cfg_aliases v0.2.1
2026-06-07T04:16:20.2038262Z    Compiling tinystr v0.8.3
2026-06-07T04:16:20.4728890Z    Compiling hashlink v0.9.1
2026-06-07T04:16:20.4994971Z    Compiling tracing-core v0.1.36
2026-06-07T04:16:21.3422423Z    Compiling tracing-attributes v0.1.31
2026-06-07T04:16:22.3230738Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-07T04:16:22.4964685Z    Compiling fallible-iterator v0.3.0
2026-06-07T04:16:23.0710656Z    Compiling litemap v0.8.2
2026-06-07T04:16:23.0800782Z    Compiling writeable v0.6.3
2026-06-07T04:16:23.3348811Z    Compiling rustversion v1.0.22
2026-06-07T04:16:23.3368112Z    Compiling icu_locale_core v2.2.0
2026-06-07T04:16:23.3403191Z    Compiling tracing v0.1.44
2026-06-07T04:16:23.6931191Z    Compiling spt-proto v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-07T04:16:23.7180679Z    Compiling zerotrie v0.2.4
2026-06-07T04:16:24.1300671Z    Compiling potential_utf v0.1.5
2026-06-07T04:16:24.2740625Z    Compiling utf8_iter v1.0.4
2026-06-07T04:16:24.4210419Z    Compiling icu_properties_data v2.2.0
2026-06-07T04:16:24.5548976Z    Compiling icu_normalizer_data v2.2.0
2026-06-07T04:16:24.7190636Z    Compiling icu_collections v2.2.0
2026-06-07T04:16:25.4818368Z    Compiling icu_provider v2.2.0
2026-06-07T04:16:25.5270559Z    Compiling tokio-util v0.7.18
2026-06-07T04:16:25.7260406Z    Compiling anyhow v1.0.102
2026-06-07T04:16:26.1300610Z    Compiling percent-encoding v2.3.2
2026-06-07T04:16:26.1390294Z    Compiling icu_normalizer v2.2.0
2026-06-07T04:16:26.3360728Z    Compiling icu_properties v2.2.0
2026-06-07T04:16:27.2730650Z    Compiling ring v0.17.14
2026-06-07T04:16:27.5649941Z    Compiling http v1.4.1
2026-06-07T04:16:27.8820626Z    Compiling strsim v0.11.1
2026-06-07T04:16:28.3540593Z    Compiling thiserror v2.0.18
2026-06-07T04:16:28.6700665Z    Compiling cpufeatures v0.3.0
2026-06-07T04:16:28.7470592Z    Compiling idna_adapter v1.2.2
2026-06-07T04:16:28.8580526Z    Compiling rustls-pki-types v1.14.1
2026-06-07T04:16:29.3030600Z    Compiling thiserror-impl v2.0.18
2026-06-07T04:16:29.6000387Z    Compiling idna v1.1.0
2026-06-07T04:16:30.6312990Z    Compiling chacha20 v0.10.0
2026-06-07T04:16:30.9800660Z    Compiling form_urlencoded v1.2.2
2026-06-07T04:16:31.1351962Z    Compiling ipnet v2.12.0
2026-06-07T04:16:31.2998230Z    Compiling ident_case v1.0.1
2026-06-07T04:16:31.4560735Z    Compiling untrusted v0.9.0
2026-06-07T04:16:31.5410618Z    Compiling darling_core v0.20.11
2026-06-07T04:16:31.7968121Z    Compiling url v2.5.8
2026-06-07T04:16:32.6648526Z    Compiling rusqlite v0.32.1
2026-06-07T04:16:33.1490299Z    Compiling rand v0.10.1
2026-06-07T04:16:34.3331440Z    Compiling spt-store v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-07T04:16:34.6546658Z    Compiling unicode-segmentation v1.13.3
2026-06-07T04:16:35.3112672Z    Compiling scopeguard v1.2.0
2026-06-07T04:16:35.3875029Z    Compiling rustls v0.23.40
2026-06-07T04:16:35.4490769Z    Compiling rustix v1.1.4
2026-06-07T04:16:35.5240790Z    Compiling lock_api v0.4.14
2026-06-07T04:16:35.8879389Z    Compiling convert_case v0.10.0
2026-06-07T04:16:35.9268969Z    Compiling rustls-webpki v0.103.13
2026-06-07T04:16:36.1020693Z    Compiling darling_macro v0.20.11
2026-06-07T04:16:36.2870512Z    Compiling unicode-xid v0.2.6
2026-06-07T04:16:36.3750969Z    Compiling linux-raw-sys v0.12.1
2026-06-07T04:16:36.4410450Z    Compiling atomic-waker v1.1.2
2026-06-07T04:16:36.5349496Z    Compiling const-oid v0.10.2
2026-06-07T04:16:36.7890494Z    Compiling darling v0.20.11
2026-06-07T04:16:36.8370472Z    Compiling derive_more-impl v2.1.1
2026-06-07T04:16:37.5190264Z    Compiling spt-msg v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-07T04:16:40.5970869Z    Compiling httparse v1.10.1
2026-06-07T04:16:40.9360638Z    Compiling derive_builder_core v0.20.2
2026-06-07T04:16:41.4300662Z    Compiling h2 v0.4.14
2026-06-07T04:16:42.5730605Z    Compiling http-body v1.0.1
2026-06-07T04:16:42.7190507Z    Compiling num-traits v0.2.19
2026-06-07T04:16:42.8510654Z    Compiling hybrid-array v0.4.12
2026-06-07T04:16:42.9830669Z    Compiling derive_more v2.1.1
2026-06-07T04:16:43.1451311Z    Compiling base64ct v1.8.3
2026-06-07T04:16:43.5812172Z    Compiling heck v0.5.0
2026-06-07T04:16:43.8592594Z    Compiling paste v1.0.15
2026-06-07T04:16:43.8701574Z    Compiling powerfmt v0.2.0
2026-06-07T04:16:44.1176415Z    Compiling deranged v0.5.8
2026-06-07T04:16:44.1243861Z    Compiling pem-rfc7468 v1.0.0
2026-06-07T04:16:44.6040632Z    Compiling derive_builder_macro v0.20.2
2026-06-07T04:16:45.2910642Z    Compiling spez v0.1.2
2026-06-07T04:16:45.6744454Z    Compiling n0-error-macros v0.1.3
2026-06-07T04:16:46.2482863Z    Compiling memoffset v0.6.5
2026-06-07T04:16:46.3900593Z    Compiling tower-service v0.3.3
2026-06-07T04:16:46.4509545Z    Compiling data-encoding v2.11.0
2026-06-07T04:16:46.9330645Z    Compiling thiserror v1.0.69
2026-06-07T04:16:47.2061350Z    Compiling tinyvec_macros v0.1.1
2026-06-07T04:16:47.2530448Z    Compiling try-lock v0.2.5
2026-06-07T04:16:47.3331876Z    Compiling time-core v0.1.8
2026-06-07T04:16:47.5181491Z    Compiling base64 v0.22.1
2026-06-07T04:16:47.6840778Z    Compiling num-conv v0.2.2
2026-06-07T04:16:47.8830724Z    Compiling parking_lot_core v0.9.12
2026-06-07T04:16:48.0157969Z    Compiling want v0.3.1
2026-06-07T04:16:48.0719747Z    Compiling tinyvec v1.11.0
2026-06-07T04:16:48.2650670Z    Compiling n0-error v0.1.3
2026-06-07T04:16:48.3490611Z    Compiling derive_builder v0.20.2
2026-06-07T04:16:48.6310785Z    Compiling der v0.8.0-rc.10
2026-06-07T04:16:49.3794741Z    Compiling crypto-common v0.2.2
2026-06-07T04:16:49.7290386Z    Compiling block-buffer v0.12.0
2026-06-07T04:16:49.9130712Z    Compiling vergen-lib v9.1.0
2026-06-07T04:16:50.0400696Z    Compiling n0-future v0.3.2
2026-06-07T04:16:50.1070336Z    Compiling pin-project-internal v1.1.13
2026-06-07T04:16:50.2380766Z    Compiling thiserror-impl v1.0.69
2026-06-07T04:16:51.2120237Z    Compiling inout v0.1.4
2026-06-07T04:16:51.3350747Z    Compiling serial-core v0.4.0
2026-06-07T04:16:51.3410565Z    Compiling termios v0.2.2
2026-06-07T04:16:51.4680698Z    Compiling ioctl-rs v0.1.6
2026-06-07T04:16:51.4980136Z    Compiling httpdate v1.0.3
2026-06-07T04:16:51.5621234Z    Compiling ref-cast v1.0.25
2026-06-07T04:16:51.7600739Z    Compiling diatomic-waker v0.2.3
2026-06-07T04:16:51.7746574Z    Compiling cordyceps v0.3.4
2026-06-07T04:16:51.8367444Z    Compiling winnow v1.0.3
2026-06-07T04:16:51.9031237Z    Compiling parking v2.2.1
2026-06-07T04:16:52.0750590Z    Compiling crossbeam-utils v0.8.21
2026-06-07T04:16:52.2824928Z    Compiling spin v0.10.0
2026-06-07T04:16:52.3920514Z    Compiling futures-buffered v0.2.13
2026-06-07T04:16:52.4111434Z    Compiling futures-lite v2.6.1
2026-06-07T04:16:52.5170338Z    Compiling pin-project v1.1.13
2026-06-07T04:16:52.5820679Z    Compiling hyper v1.10.1
2026-06-07T04:16:52.9130468Z    Compiling serial-unix v0.4.0
2026-06-07T04:16:53.1130715Z    Compiling cipher v0.4.4
2026-06-07T04:16:53.4664705Z    Compiling digest v0.11.3
2026-06-07T04:16:53.6730517Z    Compiling spki v0.8.0-rc.4
2026-06-07T04:16:53.8410074Z    Compiling netlink-packet-core v0.8.1
2026-06-07T04:16:54.1777173Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-07T04:16:54.3156120Z    Compiling tokio-rustls v0.26.4
2026-06-07T04:16:54.3475526Z    Compiling vergen v9.1.0
2026-06-07T04:16:54.4750680Z    Compiling vergen-lib v0.1.6
2026-06-07T04:16:54.6162611Z    Compiling noq-udp v0.10.0
2026-06-07T04:16:54.7190601Z    Compiling serde_spanned v0.6.9
2026-06-07T04:16:54.8378044Z    Compiling toml_datetime v0.6.11
2026-06-07T04:16:55.0000610Z    Compiling ref-cast-impl v1.0.25
2026-06-07T04:16:55.1810465Z    Compiling serde_derive_internals v0.29.1
2026-06-07T04:16:55.3065447Z    Compiling sync_wrapper v1.0.2
2026-06-07T04:16:55.3965188Z    Compiling universal-hash v0.5.1
2026-06-07T04:16:55.5082309Z    Compiling heapless v0.7.17
2026-06-07T04:16:55.5690636Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-07T04:16:55.7080397Z    Compiling aho-corasick v1.1.4
2026-06-07T04:16:55.7524562Z    Compiling pin-utils v0.1.0
2026-06-07T04:16:55.7934571Z    Compiling toml_write v0.1.2
2026-06-07T04:16:55.8010658Z    Compiling regex-syntax v0.8.10
2026-06-07T04:16:56.0286864Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-07T04:16:56.3536528Z    Compiling byteorder v1.5.0
2026-06-07T04:16:56.6290587Z    Compiling either v1.16.0
2026-06-07T04:16:56.7930768Z    Compiling opaque-debug v0.3.1
2026-06-07T04:16:57.0000981Z    Compiling winnow v0.7.15
2026-06-07T04:16:57.0037435Z    Compiling bitflags v1.3.2
2026-06-07T04:16:57.0550794Z    Compiling nix v0.25.1
2026-06-07T04:16:59.0510741Z    Compiling regex-automata v0.4.14
2026-06-07T04:17:00.1790767Z    Compiling prefix-trie v0.8.4
2026-06-07T04:17:00.4040858Z    Compiling toml_edit v0.22.27
2026-06-07T04:17:01.2158262Z    Compiling polyval v0.6.2
2026-06-07T04:17:01.4708225Z    Compiling schemars_derive v1.2.1
2026-06-07T04:17:03.2940710Z    Compiling hash32 v0.2.1
2026-06-07T04:17:03.4928259Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-07T04:17:04.2183828Z    Compiling hyper-util v0.1.20
2026-06-07T04:17:05.2601469Z    Compiling parking_lot v0.12.5
2026-06-07T04:17:05.3900315Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-07T04:17:05.9670531Z    Compiling serial v0.4.0
2026-06-07T04:17:06.0570840Z    Compiling filedescriptor v0.8.3
2026-06-07T04:17:06.3862549Z    Compiling tempfile v3.27.0
2026-06-07T04:17:06.9780671Z    Compiling spin v0.9.8
2026-06-07T04:17:07.0790477Z    Compiling vergen-gitcl v1.0.8
2026-06-07T04:17:07.2910692Z    Compiling futures-executor v0.3.32
2026-06-07T04:17:07.4719920Z    Compiling signature v3.0.0
2026-06-07T04:17:07.5849075Z    Compiling shell-words v1.1.1
2026-06-07T04:17:07.5930373Z    Compiling num_threads v0.1.7
2026-06-07T04:17:07.6114105Z    Compiling downcast-rs v1.2.1
2026-06-07T04:17:07.6716904Z    Compiling dyn-clone v1.0.20
2026-06-07T04:17:07.7242526Z    Compiling tower-layer v0.3.3
2026-06-07T04:17:07.7335231Z    Compiling portable-pty v0.8.1
2026-06-07T04:17:07.7883065Z    Compiling schemars v1.2.1
2026-06-07T04:17:07.9304397Z    Compiling time v0.3.47
2026-06-07T04:17:08.6032943Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-07T04:17:08.7280386Z    Compiling ed25519 v3.0.0-rc.4
2026-06-07T04:17:09.0980673Z    Compiling futures v0.3.32
2026-06-07T04:17:10.2071729Z    Compiling proc-macro-crate v3.5.0
2026-06-07T04:17:10.2780627Z    Compiling toml v0.8.23
2026-06-07T04:17:11.0130091Z    Compiling regex v1.12.3
2026-06-07T04:17:11.3346443Z    Compiling ghash v0.5.1
2026-06-07T04:17:11.3790932Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-07T04:17:11.4590854Z    Compiling sha2 v0.11.0-rc.5
2026-06-07T04:17:11.7320586Z    Compiling aes v0.8.4
2026-06-07T04:17:12.6470695Z    Compiling ctr v0.9.2
2026-06-07T04:17:12.8650776Z    Compiling http-body-util v0.1.3
2026-06-07T04:17:12.9170732Z    Compiling cobs v0.3.0
2026-06-07T04:17:12.9960545Z    Compiling netlink-sys v0.8.8
2026-06-07T04:17:13.1390462Z    Compiling postcard-derive v0.2.2
2026-06-07T04:17:13.2170489Z    Compiling aead v0.5.2
2026-06-07T04:17:13.3201664Z    Compiling openssl-probe v0.2.1
2026-06-07T04:17:13.3491346Z    Compiling aes-gcm v0.10.3
2026-06-07T04:17:13.4950644Z    Compiling rustls-native-certs v0.8.4
2026-06-07T04:17:13.5330706Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-07T04:17:13.7890699Z    Compiling postcard v1.1.3
2026-06-07T04:17:13.8351496Z    Compiling num_enum_derive v0.7.6
2026-06-07T04:17:14.4316408Z    Compiling data-encoding-macro v0.1.20
2026-06-07T04:17:14.5027853Z    Compiling tower v0.5.3
2026-06-07T04:17:14.8870684Z    Compiling crossbeam-channel v0.5.15
2026-06-07T04:17:15.1233783Z    Compiling crossbeam-epoch v0.9.18
2026-06-07T04:17:15.5076132Z    Compiling netlink-packet-route v0.29.0
2026-06-07T04:17:15.6417246Z    Compiling iroh-metrics-derive v0.4.1
2026-06-07T04:17:15.7102527Z    Compiling strum_macros v0.28.0
2026-06-07T04:17:16.2225956Z    Compiling netwatch v0.16.0
2026-06-07T04:17:16.4210296Z    Compiling noq v0.18.0
2026-06-07T04:17:16.6370311Z    Compiling enum-assoc v1.3.0
2026-06-07T04:17:16.9720455Z    Compiling async-trait v0.1.89
2026-06-07T04:17:17.8314446Z    Compiling uuid v1.23.2
2026-06-07T04:17:18.5501162Z    Compiling blake3 v1.8.5
2026-06-07T04:17:18.6162950Z    Compiling acto v0.8.2
2026-06-07T04:17:18.7710492Z    Compiling identity-hash v0.1.0
2026-06-07T04:17:18.8583117Z    Compiling sorted-index-buffer v0.2.1
2026-06-07T04:17:18.8670872Z    Compiling rustc-hash v2.1.2
2026-06-07T04:17:18.9690275Z    Compiling ryu v1.0.23
2026-06-07T04:17:19.0149116Z    Compiling mac-addr v0.3.0
2026-06-07T04:17:19.1902144Z    Compiling allocator-api2 v0.2.21
2026-06-07T04:17:19.2176844Z    Compiling xml-rs v0.8.28
2026-06-07T04:17:19.2712702Z    Compiling lru-slab v0.1.2
2026-06-07T04:17:19.3973704Z    Compiling tagptr v0.2.0
2026-06-07T04:17:19.5680496Z    Compiling foldhash v0.2.0
2026-06-07T04:17:19.7360794Z    Compiling moka v0.12.15
2026-06-07T04:17:19.7710874Z    Compiling hashbrown v0.16.1
2026-06-07T04:17:20.8864465Z    Compiling xmltree v0.10.3
2026-06-07T04:17:20.9151127Z    Compiling noq-proto v0.17.0
2026-06-07T04:17:21.1150593Z    Compiling strum v0.28.0
2026-06-07T04:17:21.2083455Z    Compiling iroh-metrics v0.38.3
2026-06-07T04:17:21.6920796Z    Compiling hickory-net v0.26.0-beta.4
2026-06-07T04:17:22.4973961Z    Compiling tower-http v0.6.11
2026-06-07T04:17:23.0819613Z    Compiling num_enum v0.7.6
2026-06-07T04:17:23.1627538Z    Compiling iroh-relay v0.98.0
2026-06-07T04:17:23.4451647Z    Compiling iroh-base v0.98.0
2026-06-07T04:17:24.4380947Z    Compiling netdev v0.42.0
2026-06-07T04:17:24.7220661Z    Compiling rustls-platform-verifier v0.7.0
2026-06-07T04:17:24.9460612Z    Compiling netlink-proto v0.12.0
2026-06-07T04:17:25.3017656Z    Compiling spt-term v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-07T04:17:25.7648255Z    Compiling spt-runtime v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-07T04:17:26.8953597Z    Compiling hyper-rustls v0.27.9
2026-06-07T04:17:27.1900627Z    Compiling n0-watcher v0.6.1
2026-06-07T04:17:27.2210855Z    Compiling netlink-packet-route v0.30.0
2026-06-07T04:17:27.4702052Z    Compiling attohttpc v0.30.1
2026-06-07T04:17:29.8734627Z    Compiling tokio-stream v0.1.18
2026-06-07T04:17:30.6600432Z    Compiling simple-dns v0.9.3
2026-06-07T04:17:32.2870335Z    Compiling arrayref v0.3.9
2026-06-07T04:17:32.3350593Z    Compiling sha1_smol v1.0.1
2026-06-07T04:17:32.5680623Z    Compiling constant_time_eq v0.4.2
2026-06-07T04:17:32.7443583Z    Compiling resolv-conf v0.7.6
2026-06-07T04:17:33.2080703Z    Compiling smol_str v0.1.24
2026-06-07T04:17:33.4160683Z    Compiling arrayvec v0.7.6
2026-06-07T04:17:33.4424623Z    Compiling simdutf8 v0.1.5
2026-06-07T04:17:33.7584579Z    Compiling tokio-websockets v0.13.2
2026-06-07T04:17:35.3450495Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-07T04:17:35.6805670Z    Compiling iroh-dns v0.98.0
2026-06-07T04:17:38.6430487Z    Compiling igd-next v0.17.1
2026-06-07T04:17:39.1260354Z    Compiling reqwest v0.13.4
2026-06-07T04:17:39.3640554Z    Compiling lru v0.16.4
2026-06-07T04:17:39.5710985Z    Compiling webpki-roots v1.0.7
2026-06-07T04:17:39.5819822Z    Compiling iroh v0.98.2
2026-06-07T04:17:39.6795504Z    Compiling hmac v0.12.1
2026-06-07T04:17:39.8100496Z    Compiling serde_bytes v0.11.19
2026-06-07T04:17:39.8320536Z    Compiling seize v0.5.1
2026-06-07T04:17:40.0880396Z    Compiling cmov v0.5.4
2026-06-07T04:17:40.5198283Z    Compiling ctutils v0.4.2
2026-06-07T04:17:40.5520598Z    Compiling portmapper v0.16.0
2026-06-07T04:17:40.8330670Z    Compiling papaya v0.2.4
2026-06-07T04:17:41.5899009Z    Compiling hkdf v0.12.4
2026-06-07T04:17:41.7277190Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-07T04:17:43.3810533Z    Compiling backon v1.6.0
2026-06-07T04:17:43.6640373Z    Compiling spake2 v0.4.0
2026-06-07T04:17:44.0120488Z    Compiling sha1 v0.10.6
2026-06-07T04:17:44.2660832Z    Compiling doctest-file v1.1.1
2026-06-07T04:17:44.7795908Z    Compiling interprocess v2.4.2
2026-06-07T04:17:45.3330954Z    Compiling spt-live v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-07T04:17:45.7266506Z    Compiling utf8parse v0.2.2
2026-06-07T04:17:45.8069042Z    Compiling anstyle-parse v1.0.0
2026-06-07T04:17:46.0070569Z    Compiling anstyle-query v1.1.5
2026-06-07T04:17:46.0942633Z    Compiling anstyle v1.0.14
2026-06-07T04:17:46.3191108Z    Compiling is_terminal_polyfill v1.70.2
2026-06-07T04:17:46.3527067Z    Compiling colorchoice v1.0.5
2026-06-07T04:17:46.3780660Z    Compiling terminal_size v0.4.4
2026-06-07T04:17:46.3940588Z    Compiling clap_lex v1.1.0
2026-06-07T04:17:46.4356451Z    Compiling anstream v1.0.0
2026-06-07T04:17:46.4939799Z    Compiling clap_derive v4.6.1
2026-06-07T04:17:46.6640718Z    Compiling iana-time-zone v0.1.65
2026-06-07T04:17:46.8600385Z    Compiling clap_builder v4.6.0
2026-06-07T04:17:46.9495848Z    Compiling chrono v0.4.45
2026-06-07T04:17:49.6410526Z    Compiling qrcode v0.14.1
2026-06-07T04:17:49.7021455Z    Compiling mock-adapter v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-07T04:17:50.6700725Z    Compiling clap v4.6.1
2026-06-07T04:18:09.4541960Z    Compiling spt-net v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-07T04:18:12.3088171Z    Compiling spt-daemon v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-07T04:18:22.9672017Z    Compiling spt v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-07T04:18:29.1703303Z    Compiling xtask v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-07T04:19:21.5528844Z     Finished `dev` profile [unoptimized] target(s) in 3m 23s
2026-06-07T04:19:21.6202731Z ##[group]Run cargo test --workspace
2026-06-07T04:19:21.6203275Z [36;1mcargo test --workspace[0m
2026-06-07T04:19:21.6222698Z shell: /usr/bin/bash -e {0}
2026-06-07T04:19:21.6223093Z ##[endgroup]
2026-06-07T04:19:22.2807022Z     Finished `test` profile [unoptimized] target(s) in 0.43s
2026-06-07T04:19:22.3233438Z      Running unittests src/main.rs (target/debug/deps/mock_session-cb198d7c23ceb2c8)
2026-06-07T04:19:22.3248331Z 
2026-06-07T04:19:22.3248953Z running 0 tests
2026-06-07T04:19:22.3249297Z 
2026-06-07T04:19:22.3249823Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:19:22.3250410Z 
2026-06-07T04:19:22.3255121Z      Running unittests src/shell.rs (target/debug/deps/mock_shell-5476e054b8ae4de2)
2026-06-07T04:19:22.3268283Z 
2026-06-07T04:19:22.3268788Z running 0 tests
2026-06-07T04:19:22.3269058Z 
2026-06-07T04:19:22.3269718Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:19:22.3270308Z 
2026-06-07T04:19:22.3274300Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-1b345a3cfecac663)
2026-06-07T04:19:22.3288107Z 
2026-06-07T04:19:22.3288431Z running 3 tests
2026-06-07T04:19:22.3313038Z test mock_has_no_claude_code_conventions ... ok
2026-06-07T04:19:22.3313879Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-07T04:19:22.3333528Z test mock_manifest_parses_and_validates ... ok
2026-06-07T04:19:22.3334260Z 
2026-06-07T04:19:22.3334941Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:19:22.3335753Z 
2026-06-07T04:19:22.3339971Z      Running unittests src/main.rs (target/debug/deps/spt-1499830c03ed628e)
2026-06-07T04:19:22.3383203Z 
2026-06-07T04:19:22.3383713Z running 90 tests
2026-06-07T04:19:22.3417320Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-07T04:19:22.3440814Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-07T04:19:22.3450104Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-07T04:19:22.3450834Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-07T04:19:22.3451525Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-07T04:19:22.3452219Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-07T04:19:22.3453529Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-07T04:19:22.3454237Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-07T04:19:22.3454955Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-07T04:19:22.3455771Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-07T04:19:22.3456556Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-07T04:19:39.9848756Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-07T04:19:52.1586694Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-07T04:20:04.7010065Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-07T04:20:04.7011532Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-07T04:20:04.7015245Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-07T04:20:04.7021347Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-07T04:20:04.7027566Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-07T04:20:04.7153010Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-07T04:20:04.8340433Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-07T04:20:04.8343503Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-07T04:20:04.8346389Z test api::reporting::tests::history_log_appends ... ok
2026-06-07T04:20:04.8347396Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-07T04:20:04.8356868Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-07T04:20:04.8496741Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-07T04:20:04.8952829Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-07T04:20:04.9061136Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-07T04:20:04.9118047Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-07T04:20:04.9186177Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-07T04:20:04.9255875Z test api::startup::tests::missing_seed_refused ... ok
2026-06-07T04:20:04.9382588Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-07T04:20:04.9397082Z test api::tests::adapter_is_required ... ok
2026-06-07T04:20:04.9408228Z test api::tests::state_value_is_validated ... ok
2026-06-07T04:20:04.9452970Z test api::tests::surface_parses ... ok
2026-06-07T04:20:04.9824439Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-07T04:20:04.9883005Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-07T04:20:04.9947843Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-07T04:20:04.9957029Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-07T04:20:04.9970046Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-07T04:20:05.0022064Z test cli::tests::access_subcommands_parse ... ok
2026-06-07T04:20:05.0059236Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-07T04:20:05.0064753Z test cli::tests::create_existing_name_is_usage_error ... ok
2026-06-07T04:20:05.0073290Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-07T04:20:05.0221714Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-07T04:20:05.0225146Z test cli::tests::create_not_elevated_refuses_without_saving ... ok
2026-06-07T04:20:05.0372923Z test cli::tests::create_prints_joining_material_when_elevated ... ok
2026-06-07T04:20:05.0387264Z test cli::tests::digest_flag_defaults ... ok
2026-06-07T04:20:05.0388066Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-07T04:20:05.0388802Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-07T04:20:05.0709790Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-07T04:20:05.0761764Z test cli::tests::grant_subcommands_parse ... ok
2026-06-07T04:20:05.0817765Z test cli::tests::help_groups_cover_every_command ... ok
2026-06-07T04:20:05.0836873Z test cli::tests::how_to_topics_cover_ready_and_send ... ok
2026-06-07T04:20:05.0855589Z test cli::tests::invalid_usage_errors ... ok
2026-06-07T04:20:05.0856295Z test cli::tests::join_gate_refuses_without_confirmed_elevation ... ok
2026-06-07T04:20:05.1009847Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-07T04:20:05.1012864Z test cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale ... ok
2026-06-07T04:20:05.1016225Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-07T04:20:05.1021326Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-07T04:20:05.1069826Z test cli::tests::notify_surface_parses ... ok
2026-06-07T04:20:05.1263407Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-07T04:20:05.1264826Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-07T04:20:05.1281477Z test cli::tests::pair_namespace_is_gone ... ok
2026-06-07T04:20:05.1291417Z test cli::tests::ring_timeout_defaults ... ok
2026-06-07T04:20:05.1295884Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-07T04:20:05.8011870Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-07T04:20:20.9837931Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-07T04:20:21.1577920Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-07T04:20:21.1636599Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-07T04:20:21.1700727Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-07T04:20:21.1780291Z test cli::tests::shell_subcommands_parse ... ok
2026-06-07T04:20:21.1928564Z test cli::tests::show_code_prints_reprovisioning_material ... ok
2026-06-07T04:20:21.2920358Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-07T04:20:21.3052081Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-07T04:20:21.3122666Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-07T04:20:21.3237236Z test cli::tests::subnet_arg_shapes_parse ... ok
2026-06-07T04:20:21.3245128Z test cli::tests::subnet_status_renders_rows_and_hints_never_secrets ... ok
2026-06-07T04:20:21.3248801Z test cli::tests::subnets_joined_banner_renders_rows_and_divider ... ok
2026-06-07T04:20:21.3252725Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-07T04:20:21.3256490Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-07T04:20:21.3258417Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-07T04:20:21.3259955Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-07T04:20:21.3261117Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-07T04:20:21.3267230Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-07T04:20:21.3271094Z test wansend::tests::refusals_render_copy_paste_targets ... ok
2026-06-07T04:20:21.3302101Z test cli::tests::subcommands_parse ... ok
2026-06-07T04:20:31.4438820Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-07T04:20:31.4443269Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-07T04:20:31.7048864Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-07T04:20:31.8110299Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-07T04:20:31.8110922Z 
2026-06-07T04:20:31.8112147Z test result: ok. 90 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 69.47s
2026-06-07T04:20:31.8113593Z 
2026-06-07T04:20:31.8150840Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-a2958f930d40f435)
2026-06-07T04:20:31.8167879Z 
2026-06-07T04:20:31.8170417Z running 4 tests
2026-06-07T04:20:32.2291353Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-07T04:20:32.2472090Z SEEDED:2578993
2026-06-07T04:20:32.7971002Z test live_agent_lifecycle_e2e ... ok
2026-06-07T04:20:32.9621334Z test mock_adapter_drives_the_full_contract ... ok
2026-06-07T04:20:32.9964685Z SEEDED:2578993
2026-06-07T04:20:33.3220954Z test seed_then_listen_binds_and_relays ... ok
2026-06-07T04:20:33.3227942Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-a9b0e4ad044ea32f)
2026-06-07T04:20:33.3228531Z 
2026-06-07T04:20:33.3228937Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.51s
2026-06-07T04:20:33.3229656Z 
2026-06-07T04:20:33.3244146Z 
2026-06-07T04:20:33.3244352Z running 1 test
2026-06-07T04:20:33.3246514Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-07T04:20:33.3247107Z 
2026-06-07T04:20:33.3247688Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:33.3248301Z 
2026-06-07T04:20:33.3249303Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-5f429e0428f471d1)
2026-06-07T04:20:33.3261849Z 
2026-06-07T04:20:33.3262101Z running 1 test
2026-06-07T04:20:33.3263914Z test install_script_against_staged_release ... ok
2026-06-07T04:20:33.3264288Z 
2026-06-07T04:20:33.3264682Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:33.3265247Z 
2026-06-07T04:20:33.3266084Z      Running tests/quickstart_e2e.rs (target/debug/deps/quickstart_e2e-d62371a7f9804cad)
2026-06-07T04:20:33.3278341Z 
2026-06-07T04:20:33.3278690Z running 1 test
2026-06-07T04:20:33.7412757Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-07T04:20:33.7413709Z 
2026-06-07T04:20:33.7414385Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
2026-06-07T04:20:33.7415441Z      Running tests/release_verify_e2e.rs (target/debug/deps/release_verify_e2e-70a692518d3eae40)
2026-06-07T04:20:33.7416288Z 
2026-06-07T04:20:33.7429609Z 
2026-06-07T04:20:33.7430248Z running 1 test
2026-06-07T04:20:33.7431773Z test published_release_verifies_against_embedded_anchor ... ok
2026-06-07T04:20:33.7432219Z 
2026-06-07T04:20:33.7432609Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:33.7433175Z 
2026-06-07T04:20:33.7434383Z      Running tests/shell_e2e.rs (target/debug/deps/shell_e2e-7d8919470aa1f21a)
2026-06-07T04:20:33.7450642Z 
2026-06-07T04:20:33.7450999Z running 1 test
2026-06-07T04:20:34.1805122Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-07T04:20:34.1805545Z 
2026-06-07T04:20:34.1805983Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.44s
2026-06-07T04:20:34.1806553Z 
2026-06-07T04:20:34.1810636Z      Running tests/shell_sleepwake_e2e.rs (target/debug/deps/shell_sleepwake_e2e-039a72a2dc5556fb)
2026-06-07T04:20:34.1828034Z 
2026-06-07T04:20:34.1828316Z running 1 test
2026-06-07T04:20:35.2403117Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-07T04:20:35.2403651Z 
2026-06-07T04:20:35.2404253Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.06s
2026-06-07T04:20:35.2404829Z 
2026-06-07T04:20:35.2409673Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-fa04fb3c90ab9940)
2026-06-07T04:20:35.2449534Z 
2026-06-07T04:20:35.2450470Z running 192 tests
2026-06-07T04:20:35.2453906Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-07T04:20:35.2454812Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-07T04:20:35.2464763Z test access::tests::gate_decision_table ... ok
2026-06-07T04:20:35.2468044Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-07T04:20:35.2476153Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-07T04:20:35.2479097Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-07T04:20:35.2480672Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-07T04:20:35.2510922Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-07T04:20:35.2512076Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-07T04:20:35.2520824Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-07T04:20:35.2522056Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-07T04:20:35.2567701Z test applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads ... ok
2026-06-07T04:20:35.2568874Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-07T04:20:35.2577898Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-07T04:20:35.2578654Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-07T04:20:35.2579417Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-07T04:20:35.2580146Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-07T04:20:35.2580838Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-07T04:20:35.2581524Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-07T04:20:35.2582264Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-07T04:20:35.2582898Z test config::tests::missing_file_is_default ... ok
2026-06-07T04:20:35.2583477Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-07T04:20:35.2602830Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-07T04:20:35.2603603Z test config::tests::save_load_roundtrip ... ok
2026-06-07T04:20:35.2604609Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-07T04:20:35.2620834Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-07T04:20:35.2622104Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-07T04:20:35.2623826Z test applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary ... ok
2026-06-07T04:20:35.2626438Z test deelevate::tests::plan_spawn_deelevates_only_with_a_target ... ok
2026-06-07T04:20:35.2635540Z test deelevate::tests::sudo_invoker_derivation_is_strict ... ok
2026-06-07T04:20:35.2663957Z test applyhost::tests::apply_staged_update_set_selects_local_platform_artifact ... ok
2026-06-07T04:20:35.2668072Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-07T04:20:35.2669318Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-07T04:20:35.2703708Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-07T04:20:35.2715208Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-07T04:20:35.2721993Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-07T04:20:35.2724619Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-07T04:20:35.2725583Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-07T04:20:35.2726581Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-07T04:20:35.2727444Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-07T04:20:35.2728370Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-07T04:20:35.2729335Z test digesthub::tests::render_is_glanceable ... ok
2026-06-07T04:20:35.2730229Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-07T04:20:35.2731247Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-07T04:20:35.2732270Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-07T04:20:35.2733338Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-07T04:20:35.2750181Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-07T04:20:35.2809570Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-07T04:20:35.2825040Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-07T04:20:35.2827085Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-07T04:20:35.2828366Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-07T04:20:35.2829460Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-07T04:20:35.2830110Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-07T04:20:35.2830957Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-07T04:20:35.2832018Z test grants::tests::escalation_answers_apply ... ok
2026-06-07T04:20:35.2833522Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-07T04:20:35.3158780Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-07T04:20:35.3159789Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-07T04:20:35.3160565Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-07T04:20:35.3161358Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-07T04:20:35.3162180Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-07T04:20:35.3194247Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-07T04:20:35.3959470Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-07T04:20:35.4458985Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-07T04:20:35.4993268Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-07T04:20:35.5524381Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-07T04:20:35.5773367Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-07T04:20:35.6007348Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-07T04:20:35.6538070Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-07T04:20:35.6763214Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-07T04:20:35.7293546Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-07T04:20:35.7541142Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-07T04:20:35.7542688Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-07T04:20:35.7544185Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-07T04:20:35.7545448Z test msg::tests::output_envelope_round_trips ... ok
2026-06-07T04:20:35.7546804Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-07T04:20:35.7547755Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-07T04:20:35.7711749Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-07T04:20:35.8034161Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-07T04:20:35.9054554Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-07T04:20:36.0636038Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-07T04:20:36.1227466Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-07T04:20:36.2423001Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-07T04:20:36.3794700Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-07T04:20:36.5254965Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-07T04:20:36.5468434Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-07T04:20:36.5883370Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-07T04:20:36.7342526Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-07T04:20:36.7545863Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-07T04:20:36.9097022Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-07T04:20:37.0336666Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-07T04:20:37.0797962Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-07T04:20:37.0888017Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-07T04:20:37.0888968Z test pairhost::tests::wire_errors_classify_for_the_guided_ux ... ok
2026-06-07T04:20:37.0897594Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-07T04:20:37.0922873Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-07T04:20:37.0928129Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-07T04:20:37.1312400Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-07T04:20:37.2049263Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-07T04:20:37.2170572Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-07T04:20:37.3587830Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-07T04:20:37.4475479Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-07T04:20:37.6465406Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-07T04:20:37.7403210Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-07T04:20:38.2897953Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-07T04:20:38.4520497Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-07T04:20:38.4521375Z test reconcile::tests::active_node_wins ... ok
2026-06-07T04:20:38.4522133Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-07T04:20:38.4524442Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-07T04:20:38.4525472Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-07T04:20:38.4689995Z test registryhost::tests::admitted_feeds_stamp_the_heard_map ... ok
2026-06-07T04:20:38.5598322Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-07T04:20:38.6439311Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-07T04:20:38.7839746Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-07T04:20:38.7870624Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-07T04:20:38.7892562Z test registryhost::tests::advertise_local_stamps_the_node_label ... ok
2026-06-07T04:20:38.8140689Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-07T04:20:38.8147105Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-07T04:20:38.8149099Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-07T04:20:38.8154909Z test registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots ... ok
2026-06-07T04:20:38.8176444Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-07T04:20:38.8218867Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-07T04:20:38.8226936Z test relcache::tests::partial_update_set_can_serve_held_platform_only ... ok
2026-06-07T04:20:38.8238910Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-07T04:20:38.8240096Z test registryhost::tests::evict_silent_peers_never_touches_own_rows ... ok
2026-06-07T04:20:38.8250697Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-07T04:20:38.8259920Z test relcache::tests::update_set_round_trips_and_loads_by_platform ... ok
2026-06-07T04:20:38.8263227Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-07T04:20:38.8274117Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-07T04:20:38.8277922Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-07T04:20:38.8278727Z test release::tests::hex_roundtrips ... ok
2026-06-07T04:20:38.8285751Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-07T04:20:38.8299362Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-07T04:20:38.8304851Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-07T04:20:38.8305732Z test release::tests::revoked_key_is_rejected ... ok
2026-06-07T04:20:38.8306422Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-07T04:20:38.8318370Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-07T04:20:38.8322617Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-07T04:20:38.8330326Z test release::tests::update_set_artifact_mismatch_is_rejected ... ok
2026-06-07T04:20:38.8342791Z test release::tests::update_set_missing_platform_is_typed_rejection ... ok
2026-06-07T04:20:38.8357116Z test release::tests::update_set_channel_and_rollback_gates_hold ... ok
2026-06-07T04:20:38.8357934Z test release::tests::update_set_tampering_breaks_whole_set_signature ... ok
2026-06-07T04:20:38.8363876Z test release::tests::update_set_verifies_and_selects_platform_artifact ... ok
2026-06-07T04:20:38.8374451Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-07T04:20:38.8377011Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-07T04:20:38.8377911Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-07T04:20:38.8378756Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-07T04:20:38.8398441Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-07T04:20:38.8711987Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-07T04:20:38.8714835Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-07T04:20:38.8716118Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-07T04:20:38.9861157Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-07T04:20:38.9910566Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-07T04:20:38.9911401Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-07T04:20:39.0646198Z test relay::tests::run_honors_stop ... ok
2026-06-07T04:20:39.0976743Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-07T04:20:39.1194834Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-07T04:20:39.1202933Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-07T04:20:39.1203831Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-07T04:20:39.1208952Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-07T04:20:39.1226012Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-07T04:20:39.1257252Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-07T04:20:39.1288987Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-07T04:20:39.1318191Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-07T04:20:39.1321864Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-07T04:20:39.1379101Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-07T04:20:39.1385733Z test seedmap::tests::take_absent_is_none ... ok
2026-06-07T04:20:39.1625431Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-07T04:20:39.1627862Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-07T04:20:39.1628659Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-07T04:20:39.1640598Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-07T04:20:39.1671115Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-07T04:20:39.1684125Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-07T04:20:39.2123650Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-07T04:20:39.2318056Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-07T04:20:39.2333810Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-07T04:20:39.2334562Z test sync::tests::gate_decision_table ... ok
2026-06-07T04:20:39.2471774Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-07T04:20:39.2475365Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-07T04:20:39.2478068Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-07T04:20:39.2478793Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-07T04:20:39.2479652Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-07T04:20:39.2480519Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-07T04:20:39.2481385Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-07T04:20:39.2500420Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-07T04:20:39.2523940Z test update::tests::plan_verified_update_set_uses_selected_platform_spec ... ok
2026-06-07T04:20:39.2534826Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-07T04:20:39.2901372Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-07T04:20:39.2902174Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-07T04:20:39.3249306Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-07T04:20:39.3337872Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-07T04:20:39.4468711Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-07T04:20:39.4469449Z 
2026-06-07T04:20:39.4469889Z test result: ok. 192 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.20s
2026-06-07T04:20:39.4470571Z 
2026-06-07T04:20:39.4498597Z      Running tests/access.rs (target/debug/deps/access-a94383d09d9e8913)
2026-06-07T04:20:39.4534918Z 
2026-06-07T04:20:39.4535347Z running 1 test
2026-06-07T04:20:39.6415367Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-07T04:20:39.6415889Z 
2026-06-07T04:20:39.6416430Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-07T04:20:39.6417026Z 
2026-06-07T04:20:39.6438438Z      Running tests/attach.rs (target/debug/deps/attach-8365d232f1f5a757)
2026-06-07T04:20:39.6475456Z 
2026-06-07T04:20:39.6476404Z running 3 tests
2026-06-07T04:20:39.7658834Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-07T04:20:39.7696406Z test attach_registers_remote_drive_detection ... ok
2026-06-07T04:20:39.7721832Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-07T04:20:39.7729834Z 
2026-06-07T04:20:39.7730367Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
2026-06-07T04:20:39.7730961Z 
2026-06-07T04:20:39.7756165Z      Running tests/brain_swap.rs (target/debug/deps/brain_swap-446d6f819b5dcf74)
2026-06-07T04:20:39.7775495Z 
2026-06-07T04:20:39.7775891Z running 1 test
2026-06-07T04:20:39.7821860Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-07T04:20:39.7822411Z 
2026-06-07T04:20:39.7822837Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:39.7823432Z 
2026-06-07T04:20:39.7826455Z      Running tests/broker.rs (target/debug/deps/broker-ce8d3ede1c178fa1)
2026-06-07T04:20:39.7845080Z 
2026-06-07T04:20:39.7845393Z running 1 test
2026-06-07T04:20:39.7891130Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-07T04:20:39.7891623Z 
2026-06-07T04:20:39.7892057Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:39.7892647Z 
2026-06-07T04:20:39.7896115Z      Running tests/budget.rs (target/debug/deps/budget-82ca134d63689af7)
2026-06-07T04:20:39.7915403Z 
2026-06-07T04:20:39.7916299Z running 1 test
2026-06-07T04:20:39.7917427Z test measure_dormant_seat_budget ... ok
2026-06-07T04:20:39.7917741Z 
2026-06-07T04:20:39.7918154Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:39.7918734Z 
2026-06-07T04:20:39.7920810Z      Running tests/daemon_e2e.rs (target/debug/deps/daemon_e2e-81ccab571b10a3de)
2026-06-07T04:20:39.7941817Z 
2026-06-07T04:20:39.7942114Z running 1 test
2026-06-07T04:20:40.4139716Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-07T04:20:40.4140194Z 
2026-06-07T04:20:40.4140584Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s
2026-06-07T04:20:40.4141175Z 
2026-06-07T04:20:40.4151358Z      Running tests/digest.rs (target/debug/deps/digest-dbae4699b3b6e832)
2026-06-07T04:20:40.4173049Z 
2026-06-07T04:20:40.4173407Z running 1 test
2026-06-07T04:20:40.5055115Z test digest_daemon_half_end_to_end ... ok
2026-06-07T04:20:40.5055597Z 
2026-06-07T04:20:40.5056463Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-07T04:20:40.5057035Z 
2026-06-07T04:20:40.5063093Z      Running tests/dispatch.rs (target/debug/deps/dispatch-6f4aee87869abbe7)
2026-06-07T04:20:40.5101883Z 
2026-06-07T04:20:40.5102268Z running 9 tests
2026-06-07T04:20:40.6901357Z test dispatcher_serves_a_cross_node_shell_link ... ok
2026-06-07T04:20:40.7878600Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-07T04:20:40.8627267Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-07T04:20:41.0191538Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-07T04:20:41.1174750Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-07T04:20:41.4940708Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-07T04:20:41.5917069Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-07T04:20:41.7490144Z test dispatcher_surfaces_a_remote_won_notif_at_the_winning_node ... ok
2026-06-07T04:20:41.8675407Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-07T04:20:41.8677929Z 
2026-06-07T04:20:41.8678529Z test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s
2026-06-07T04:20:41.8679117Z 
2026-06-07T04:20:41.8761596Z      Running tests/handoff.rs (target/debug/deps/handoff-944316d840155b4f)
2026-06-07T04:20:41.8780032Z 
2026-06-07T04:20:41.8780351Z running 1 test
2026-06-07T04:20:41.8860809Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-07T04:20:41.8861390Z 
2026-06-07T04:20:41.8862024Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-07T04:20:41.8870323Z 
2026-06-07T04:20:41.8870985Z      Running tests/idempotent.rs (target/debug/deps/idempotent-15ead767b99ebdff)
2026-06-07T04:20:41.8885867Z 
2026-06-07T04:20:41.8886168Z running 1 test
2026-06-07T04:20:41.9465192Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-07T04:20:41.9465750Z 
2026-06-07T04:20:41.9466259Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-07T04:20:41.9466895Z 
2026-06-07T04:20:41.9467514Z      Running tests/netbroker.rs (target/debug/deps/netbroker-b920eb8e6a9c135d)
2026-06-07T04:20:41.9502463Z 
2026-06-07T04:20:41.9502868Z running 5 tests
2026-06-07T04:20:41.9522085Z test netless_broker_probes_gracefully ... ok
2026-06-07T04:20:41.9673831Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-07T04:20:42.0091692Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-07T04:20:42.0246359Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-07T04:20:42.0247380Z test brain_dials_second_broker_over_loopback ... ok
2026-06-07T04:20:42.0247831Z 
2026-06-07T04:20:42.0248245Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
2026-06-07T04:20:42.0248845Z 
2026-06-07T04:20:42.0281657Z      Running tests/netstream.rs (target/debug/deps/netstream-7c89e9facb81811b)
2026-06-07T04:20:42.0318676Z 
2026-06-07T04:20:42.0319066Z running 2 tests
2026-06-07T04:20:42.2286323Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-07T04:20:42.3063219Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-07T04:20:42.3063693Z 
2026-06-07T04:20:42.3064103Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
2026-06-07T04:20:42.3064669Z 
2026-06-07T04:20:42.3094624Z      Running tests/notifsync.rs (target/debug/deps/notifsync-4fd37b03ab161ad6)
2026-06-07T04:20:42.3129610Z 
2026-06-07T04:20:42.3129986Z running 1 test
2026-06-07T04:20:42.4990160Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-07T04:20:42.4990740Z 
2026-06-07T04:20:42.4991135Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-07T04:20:42.4991702Z 
2026-06-07T04:20:42.5013500Z      Running tests/pairjoin.rs (target/debug/deps/pairjoin-d483e39fb71df6b0)
2026-06-07T04:20:42.5047698Z 
2026-06-07T04:20:42.5048145Z running 1 test
2026-06-07T04:20:42.6659873Z test daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end ... ok
2026-06-07T04:20:42.6660414Z 
2026-06-07T04:20:42.6660823Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
2026-06-07T04:20:42.6661399Z 
2026-06-07T04:20:42.6675361Z      Running tests/peerloop.rs (target/debug/deps/peerloop-54fddf8f5ca3ae94)
2026-06-07T04:20:42.6712140Z 
2026-06-07T04:20:42.6712539Z running 1 test
2026-06-07T04:20:43.2557163Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-07T04:20:43.2557637Z 
2026-06-07T04:20:43.2558502Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s
2026-06-07T04:20:43.2559096Z 
2026-06-07T04:20:43.2584420Z      Running tests/presence.rs (target/debug/deps/presence-6c128e790a99515e)
2026-06-07T04:20:43.2619862Z 
2026-06-07T04:20:43.2620259Z running 2 tests
2026-06-07T04:20:43.4429652Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-07T04:20:46.3888147Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-07T04:20:46.3888794Z 
2026-06-07T04:20:46.3889499Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.13s
2026-06-07T04:20:46.3890085Z 
2026-06-07T04:20:46.3916538Z      Running tests/propagate.rs (target/debug/deps/propagate-384699ce572fcf59)
2026-06-07T04:20:46.3953897Z 
2026-06-07T04:20:46.3954256Z running 5 tests
2026-06-07T04:20:46.5078723Z test untrusted_origin_gets_no_offer ... ok
2026-06-07T04:20:46.5700129Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-07T04:20:46.5708440Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-07T04:20:46.6507193Z test update_set_propagates_selected_platform_artifact ... ok
2026-06-07T04:20:46.8633994Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-07T04:20:46.8634500Z 
2026-06-07T04:20:46.8634926Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s
2026-06-07T04:20:46.8635542Z 
2026-06-07T04:20:46.8686426Z      Running tests/replicate.rs (target/debug/deps/replicate-4e4c86386d655b02)
2026-06-07T04:20:46.8721274Z 
2026-06-07T04:20:46.8721683Z running 1 test
2026-06-07T04:20:46.9367377Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-07T04:20:46.9367969Z 
2026-06-07T04:20:46.9368511Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-07T04:20:46.9369091Z 
2026-06-07T04:20:46.9390029Z      Running tests/shellchan.rs (target/debug/deps/shellchan-d1811af67bbc0e7f)
2026-06-07T04:20:46.9412184Z 
2026-06-07T04:20:46.9412539Z running 2 tests
2026-06-07T04:20:47.0622723Z test hung_shell_stalls_no_other_owner ... ok
2026-06-07T04:20:47.1649805Z test stdin_receipt_delivers_spooled_frames_exactly_once ... ok
2026-06-07T04:20:47.1650368Z 
2026-06-07T04:20:47.1650929Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
2026-06-07T04:20:47.1651879Z 
2026-06-07T04:20:47.1662090Z      Running tests/sync.rs (target/debug/deps/sync-20ce29a507623f56)
2026-06-07T04:20:47.1698164Z 
2026-06-07T04:20:47.1698596Z running 3 tests
2026-06-07T04:20:47.7344662Z test torn_pull_recovers_by_repulling ... ok
2026-06-07T04:20:48.3385086Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-07T04:20:48.6676783Z test concurrent_writes_reconcile_on_elected_node_and_converge ... ok
2026-06-07T04:20:48.6689692Z 
2026-06-07T04:20:48.6690531Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.50s
2026-06-07T04:20:48.6691234Z 
2026-06-07T04:20:48.6712440Z      Running tests/twohost.rs (target/debug/deps/twohost-7b4b9f2cea4963f9)
2026-06-07T04:20:48.6752241Z 
2026-06-07T04:20:48.6752639Z running 2 tests
2026-06-07T04:20:48.6754595Z test two_host_ladder_role_a ... ok
2026-06-07T04:20:48.6755175Z test two_host_ladder_role_b ... ok
2026-06-07T04:20:48.6755467Z 
2026-06-07T04:20:48.6755923Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:48.6756489Z 
2026-06-07T04:20:48.6761350Z      Running tests/wanmsg.rs (target/debug/deps/wanmsg-2676f150b51dff68)
2026-06-07T04:20:48.6795637Z 
2026-06-07T04:20:48.6795987Z running 2 tests
2026-06-07T04:20:48.9020539Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-07T04:20:48.9042691Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-07T04:20:48.9043208Z 
2026-06-07T04:20:48.9050482Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
2026-06-07T04:20:48.9051094Z 
2026-06-07T04:20:48.9072068Z      Running tests/xfer.rs (target/debug/deps/xfer-f3b3c3773be3e093)
2026-06-07T04:20:48.9106207Z 
2026-06-07T04:20:48.9106623Z running 2 tests
2026-06-07T04:20:49.1385614Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-07T04:20:49.1428766Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-07T04:20:49.1429385Z 
2026-06-07T04:20:49.1429787Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
2026-06-07T04:20:49.1430351Z 
2026-06-07T04:20:49.1462523Z      Running unittests src/lib.rs (target/debug/deps/spt_live-00c13072d42dc72a)
2026-06-07T04:20:49.1477997Z 
2026-06-07T04:20:49.1478322Z running 49 tests
2026-06-07T04:20:49.1481764Z test context::tests::direct_always_writes ... ok
2026-06-07T04:20:49.1482459Z test context::tests::llm_over_llm_writes ... ok
2026-06-07T04:20:49.1483103Z test context::tests::llm_past_window_writes ... ok
2026-06-07T04:20:49.1483791Z test context::tests::llm_within_window_suppressed ... ok
2026-06-07T04:20:49.1554459Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-07T04:20:49.1559882Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-07T04:20:49.1567454Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-07T04:20:49.1579869Z test echo::tests::provenance_is_stamped ... ok
2026-06-07T04:20:49.1700294Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-07T04:20:49.1766792Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-07T04:20:49.1771728Z test echo::tests::echo_nonzero_errors ... ok
2026-06-07T04:20:49.1772596Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-07T04:20:49.1775899Z test history::tests::native_missing_log_is_empty ... ok
2026-06-07T04:20:49.1780201Z test history::tests::native_reads_logged_records ... ok
2026-06-07T04:20:49.1906677Z test history::tests::fetcher_yields_records ... ok
2026-06-07T04:20:49.1975845Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-07T04:20:49.3493388Z test ingest::tests::both_drops_ingested ... ok
2026-06-07T04:20:49.4587741Z test history::tests::fetcher_timeout_errors ... ok
2026-06-07T04:20:49.4882200Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-07T04:20:49.4885002Z test outbound::tests::empty_body_parses_to_empty_intent ... ok
2026-06-07T04:20:49.4886108Z test ingest::tests::no_drops_is_empty ... ok
2026-06-07T04:20:49.4886772Z test outbound::tests::malformed_and_chunk_lines_are_skipped ... ok
2026-06-07T04:20:49.4887514Z test outbound::tests::non_authorable_types_are_ignored ... ok
2026-06-07T04:20:49.4888288Z test outbound::tests::parses_reply_and_notify_in_order ... ok
2026-06-07T04:20:49.4888965Z test outbound::tests::prose_only_yields_nothing ... ok
2026-06-07T04:20:49.4889802Z test outbound::tests::spoofed_routing_attrs_are_unrepresentable ... ok
2026-06-07T04:20:49.4890578Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-07T04:20:49.4891180Z test psyche::tests::prompt_without_event ... ok
2026-06-07T04:20:49.5748547Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-07T04:20:49.8304632Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-07T04:20:49.8525025Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-07T04:20:49.8528791Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-07T04:20:49.9917847Z test pulse::tests::tick_ingests_drops ... ok
2026-06-07T04:20:49.9922186Z test pulse::tests::tick_reports_idle ... ok
2026-06-07T04:20:50.1424125Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-07T04:20:50.2387533Z test reconcile::tests::no_conflict_is_a_noop ... ok
2026-06-07T04:20:50.4547707Z test reconcile::tests::reconcile_merges_and_clears ... ok
2026-06-07T04:20:50.6063515Z test reconcile::tests::suppressed_write_preserves_artifacts ... ok
2026-06-07T04:20:50.6281068Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-07T04:20:50.7774075Z test resume::tests::download_composes_two_tiers ... ok
2026-06-07T04:20:50.7774997Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-07T04:20:50.7775760Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-07T04:20:50.7776541Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-07T04:20:50.7778998Z test signoff::tests::stale_signoff_swept ... ok
2026-06-07T04:20:50.7988938Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-07T04:20:50.7990055Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-07T04:20:50.7993994Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-07T04:20:50.8198356Z test turn::tests::turn_captures_stdout ... ok
2026-06-07T04:20:51.0763593Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-07T04:20:51.0764126Z 
2026-06-07T04:20:51.0764735Z test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.93s
2026-06-07T04:20:51.0765303Z 
2026-06-07T04:20:51.0769569Z      Running unittests src/lib.rs (target/debug/deps/spt_msg-458a97c3869ec252)
2026-06-07T04:20:51.0785597Z 
2026-06-07T04:20:51.0785885Z running 22 tests
2026-06-07T04:20:51.0792340Z test deliver::tests::deferred_send_validates ... ok
2026-06-07T04:20:51.1498573Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-07T04:20:51.1920156Z test deliver::tests::send_outcome_mapping ... ok
2026-06-07T04:20:51.1973106Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-07T04:20:51.2137298Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-07T04:20:51.2524866Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-07T04:20:51.2529989Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-07T04:20:51.2627866Z test listener::tests::drop_unregisters_address ... ok
2026-06-07T04:20:51.3115842Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-07T04:20:51.4212332Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-07T04:20:51.4571055Z test ready::tests::backlog_drains_on_start ... ok
2026-06-07T04:20:51.4614687Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-07T04:20:51.4615619Z test ring::tests::ring_no_perch ... ok
2026-06-07T04:20:51.5233889Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-07T04:20:51.5708579Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-07T04:20:51.5709844Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-07T04:20:51.5711573Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-07T04:20:51.5718687Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-07T04:20:51.5728410Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-07T04:20:51.5802576Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-07T04:20:51.6543574Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-07T04:20:51.9522544Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-07T04:20:51.9522981Z 
2026-06-07T04:20:51.9523406Z test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s
2026-06-07T04:20:51.9523982Z 
2026-06-07T04:20:51.9528262Z      Running tests/killer_quickstart.rs (target/debug/deps/killer_quickstart-2a5a131fcd58f8bb)
2026-06-07T04:20:51.9543797Z 
2026-06-07T04:20:51.9544048Z running 2 tests
2026-06-07T04:20:52.1761769Z test offline_then_online_delivers_backlog ... ok
2026-06-07T04:20:52.2643353Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-07T04:20:52.2643785Z 
2026-06-07T04:20:52.2644187Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-07T04:20:52.2644746Z 
2026-06-07T04:20:52.2647746Z      Running unittests src/lib.rs (target/debug/deps/spt_net-a3be3ef3701b4028)
2026-06-07T04:20:52.2682595Z 
2026-06-07T04:20:52.2683013Z running 101 tests
2026-06-07T04:20:52.2688530Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-07T04:20:52.2698061Z test net::attach::tests::record_split_across_chunks_reassembles ... ok
2026-06-07T04:20:52.2699231Z test net::attach::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-07T04:20:52.2702809Z test net::notif::tests::forged_origin_field_is_inert ... ok
2026-06-07T04:20:52.2703853Z test net::notif::tests::record_round_trips_and_unknown_kind_is_skipped ... ok
2026-06-07T04:20:52.2715052Z test net::notif::tests::record_split_across_chunks_reassembles ... ok
2026-06-07T04:20:52.2715959Z test net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound ... ok
2026-06-07T04:20:52.2718244Z test net::pairing::meet::tests::key_seed_is_not_the_token ... ok
2026-06-07T04:20:52.2741724Z test net::pairing::meet::tests::skewed_window_contains_the_listener_id ... ok
2026-06-07T04:20:52.2742824Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-07T04:20:52.2744072Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-07T04:20:52.2744910Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-07T04:20:52.2745727Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-07T04:20:52.2746655Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-07T04:20:52.2747557Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-07T04:20:52.2748396Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-07T04:20:52.2749358Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-07T04:20:52.2750305Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-07T04:20:52.2760483Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-07T04:20:52.2762052Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-07T04:20:52.2763245Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-07T04:20:52.2840937Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-07T04:20:52.2870811Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-07T04:20:52.2900404Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-07T04:20:52.2921339Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-07T04:20:52.2951323Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-07T04:20:52.2970256Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-07T04:20:52.3000264Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-07T04:20:52.3030360Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-07T04:20:52.3039836Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-07T04:20:52.3088001Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-07T04:20:52.3115800Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-07T04:20:52.3120879Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-07T04:20:52.3140369Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-07T04:20:52.3141445Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-07T04:20:52.3173541Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-07T04:20:52.3207195Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-07T04:20:52.3240303Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-07T04:20:52.3283029Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-07T04:20:52.3300542Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-07T04:20:52.3334668Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-07T04:20:52.3335643Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-07T04:20:52.3370486Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-07T04:20:52.3395234Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-07T04:20:52.3430325Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-07T04:20:52.3456560Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-07T04:20:52.3580362Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-07T04:20:52.3690633Z test net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint ... ok
2026-06-07T04:20:52.3720614Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-07T04:20:52.4011341Z test net::pairing::wire::tests::loopback_pairs_and_pins_both_sides ... ok
2026-06-07T04:20:52.4257431Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-07T04:20:52.4263729Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-07T04:20:52.4265112Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-07T04:20:52.4266026Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-07T04:20:52.4266953Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-07T04:20:52.4267791Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-07T04:20:52.4268678Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-07T04:20:52.4269900Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-07T04:20:52.4270768Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-07T04:20:52.4271677Z test net::registry::tests::evicting_dead_node_clears_phantom_ambiguity ... ok
2026-06-07T04:20:52.4272665Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-07T04:20:52.4273511Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-07T04:20:52.4274306Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-07T04:20:52.4275732Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-07T04:20:52.4276650Z test net::registry::tests::node_label_rides_the_lease_and_serde ... ok
2026-06-07T04:20:52.4277588Z test net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared ... ok
2026-06-07T04:20:52.4287819Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-07T04:20:52.4288793Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-07T04:20:52.4289710Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-07T04:20:52.4290625Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-07T04:20:52.4291621Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-07T04:20:52.4292660Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-07T04:20:52.4293533Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-07T04:20:52.4294410Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-07T04:20:52.4295327Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-07T04:20:52.4296236Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-07T04:20:52.4297510Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-07T04:20:52.4298428Z test net::registry::tests::resource_blurb_rides_the_lease_and_serde ... ok
2026-06-07T04:20:52.4299439Z test net::registry::tests::resource_projection_filters_hidden_and_offline ... ok
2026-06-07T04:20:52.4300497Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-07T04:20:52.4301929Z test net::registry::tests::suspended_is_addressable_and_roundtrips ... ok
2026-06-07T04:20:52.4303031Z test net::replicate::tests::apply_routes_by_subnet_and_drops_non_member ... ok
2026-06-07T04:20:52.4303954Z test net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines ... ok
2026-06-07T04:20:52.4304881Z test net::replicate::tests::stale_wire_update_cannot_clobber_newer_state ... ok
2026-06-07T04:20:52.4305780Z test net::replicate::tests::update_round_trips_and_tolerates_unknown_field ... ok
2026-06-07T04:20:52.4306587Z test net::rest::tests::records_round_trip_and_degrade ... ok
2026-06-07T04:20:52.4307323Z test net::registry::tests::presence_datum_rides_the_lease_and_serde ... ok
2026-06-07T04:20:52.4308093Z test net::sync::tests::forged_origin_field_is_inert ... ok
2026-06-07T04:20:52.4308831Z test net::shelllink::tests::records_round_trip_and_degrade ... ok
2026-06-07T04:20:52.4311708Z test net::sync::tests::record_split_across_chunks_reassembles ... ok
2026-06-07T04:20:52.4312475Z test net::update::tests::forged_origin_field_is_inert ... ok
2026-06-07T04:20:52.4313240Z test net::sync::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-07T04:20:52.4314054Z test net::update::tests::record_split_across_chunks_reassembles ... ok
2026-06-07T04:20:52.4314944Z test net::update::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-07T04:20:52.4315756Z test net::wanmsg::tests::forged_origin_field_is_inert ... ok
2026-06-07T04:20:52.4316570Z test net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals ... ok
2026-06-07T04:20:52.4317307Z test net::xfer::tests::forged_origin_field_is_inert ... ok
2026-06-07T04:20:52.4317977Z test net::xfer::tests::record_split_across_chunks_reassembles ... ok
2026-06-07T04:20:52.4318747Z test net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-07T04:20:52.4319666Z test net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field ... ok
2026-06-07T04:20:52.4599110Z test net::pairing::wire::tests::wrong_code_fails_and_writes_no_trust ... ok
2026-06-07T04:20:52.4599705Z 
2026-06-07T04:20:52.4600110Z test result: ok. 100 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-07T04:20:52.4600698Z 
2026-06-07T04:20:52.4621421Z      Running unittests src/lib.rs (target/debug/deps/spt_proto-f11f22e10098c75f)
2026-06-07T04:20:52.4635017Z 
2026-06-07T04:20:52.4635255Z running 54 tests
2026-06-07T04:20:52.4638353Z test addr::tests::display_round_trips ... ok
2026-06-07T04:20:52.4638991Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-07T04:20:52.4639842Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-07T04:20:52.4643086Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-07T04:20:52.4643729Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-07T04:20:52.4644370Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-07T04:20:52.4645061Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-07T04:20:52.4645841Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-07T04:20:52.4646687Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-07T04:20:52.4647315Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-07T04:20:52.4647979Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-07T04:20:52.4648657Z test endpoint::tests::broker_and_node_families ... ok
2026-06-07T04:20:52.4649686Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-07T04:20:52.4650313Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-07T04:20:52.4650966Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-07T04:20:52.4651799Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-07T04:20:52.4652718Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-07T04:20:52.4653910Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-07T04:20:52.4654649Z test envelope::tests::parser_both_tags_present ... ok
2026-06-07T04:20:52.4655271Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-07T04:20:52.4655996Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-07T04:20:52.4656864Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-07T04:20:52.4657763Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-07T04:20:52.4658614Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-07T04:20:52.4659618Z test event::tests::alarm_event_round_trips ... ok
2026-06-07T04:20:52.4660555Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-07T04:20:52.4661220Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-07T04:20:52.4661872Z test event::tests::attr_order_preserved ... ok
2026-06-07T04:20:52.4662464Z test event::tests::empty_body_envelope_parses ... ok
2026-06-07T04:20:52.4663130Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-07T04:20:52.4663785Z test event::tests::msg_event_round_trips ... ok
2026-06-07T04:20:52.4664460Z test event::tests::psyche_authorable_types_are_reply_and_notify_only ... ok
2026-06-07T04:20:52.4665225Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-07T04:20:52.4665891Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-07T04:20:52.4666506Z test id::tests::accepts_japanese_scripts ... ok
2026-06-07T04:20:52.4667083Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-07T04:20:52.4667676Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-07T04:20:52.4668273Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-07T04:20:52.4668880Z test id::tests::reports_bad_char_position ... ok
2026-06-07T04:20:52.4669516Z test id::tests::reserves_address_delimiters ... ok
2026-06-07T04:20:52.4670965Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-07T04:20:52.4691038Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-07T04:20:52.4693244Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-07T04:20:52.4701919Z test payload::tests::base64_known_vectors ... ok
2026-06-07T04:20:52.4706438Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-07T04:20:52.4707386Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-07T04:20:52.4708173Z test payload::tests::command_payload_round_trips ... ok
2026-06-07T04:20:52.4708943Z test identity::tests::sign_verify_round_trip ... ok
2026-06-07T04:20:52.4709828Z test version::tests::current_version_self_compatible ... ok
2026-06-07T04:20:52.4710627Z test payload::tests::text_payload_round_trips ... ok
2026-06-07T04:20:52.4711469Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-07T04:20:52.4712399Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-07T04:20:52.4713267Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-07T04:20:52.4945182Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-07T04:20:52.4945664Z 
2026-06-07T04:20:52.4946061Z test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-07T04:20:52.4946684Z 
2026-06-07T04:20:52.4948392Z      Running unittests src/lib.rs (target/debug/deps/spt_runtime-c407b69ee18124b0)
2026-06-07T04:20:52.4965266Z 
2026-06-07T04:20:52.4965807Z running 26 tests
2026-06-07T04:20:52.4973152Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-07T04:20:52.4974261Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-07T04:20:52.4987845Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-07T04:20:52.4988860Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-07T04:20:52.4989952Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-07T04:20:52.4991772Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-07T04:20:52.4998573Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-07T04:20:52.5041233Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-07T04:20:52.5042133Z test manifest::tests::shell_fixture_parses ... ok
2026-06-07T04:20:52.5042816Z test manifest::tests::manifest_schema_shape ... ok
2026-06-07T04:20:52.5043625Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-07T04:20:52.5045618Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-07T04:20:52.5046528Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-07T04:20:52.5047267Z test manifest::tests::round_trips_through_toml ... ok
2026-06-07T04:20:52.5047908Z test manifest::tests::checked_in_schema_is_current ... ok
2026-06-07T04:20:52.5050456Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-07T04:20:52.5063744Z test registry::tests::invalid_manifest_records_nothing ... ok
2026-06-07T04:20:52.5090976Z test registry::tests::register_copy_vs_pointer_by_avenue ... ok
2026-06-07T04:20:52.5098960Z test runtime::tests::fills_known_placeholders ... ok
2026-06-07T04:20:52.5099961Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-07T04:20:52.5100898Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-07T04:20:52.5101785Z test registry::tests::deregister_is_soft_and_readd_reactivates ... ok
2026-06-07T04:20:52.5103015Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-07T04:20:52.5110573Z test runtime::tests::unknown_role_errors ... ok
2026-06-07T04:20:52.5261505Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-07T04:20:52.8101225Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-07T04:20:52.8101833Z 
2026-06-07T04:20:52.8102345Z test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-07T04:20:52.8103029Z 
2026-06-07T04:20:52.8107280Z      Running unittests src/lib.rs (target/debug/deps/spt_store-f3bd696f16e26a1e)
2026-06-07T04:20:52.8124311Z 
2026-06-07T04:20:52.8124655Z running 140 tests
2026-06-07T04:20:52.8133009Z test access::tests::recent_outbound_correlates_within_window ... ok
2026-06-07T04:20:52.8134200Z test access::tests::allow_revoke_open_polarity ... ok
2026-06-07T04:20:52.8135159Z test access::tests::recent_outbound_persists ... ok
2026-06-07T04:20:52.8136997Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-07T04:20:52.8139559Z test access::tests::users_reservation_decodes_inert ... ok
2026-06-07T04:20:52.8140474Z test access::tests::store_persists_and_degrades_open ... ok
2026-06-07T04:20:52.8150601Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-07T04:20:52.8154779Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-07T04:20:52.8186401Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-07T04:20:52.8189820Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-07T04:20:52.8195178Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-07T04:20:52.8195830Z test access::tests::recent_outbound_is_bounded ... ok
2026-06-07T04:20:52.8734718Z test branchstore::tests::open_or_init_idempotent ... ok
2026-06-07T04:20:52.9585881Z test branchstore::tests::sweep_removes_only_stale_empty_locks ... ok
2026-06-07T04:20:52.9631278Z test branchstore::tests::branches_are_independent_roots ... ok
2026-06-07T04:20:52.9632074Z test contextmark::tests::join_bump_dominates_both_parents ... ok
2026-06-07T04:20:52.9633199Z test contextmark::tests::marker_round_trips_v1_and_v2 ... ok
2026-06-07T04:20:52.9633999Z test contextmark::tests::merge_decisions ... ok
2026-06-07T04:20:52.9634961Z test contextmark::tests::vector_compare_covers_all_orders ... ok
2026-06-07T04:20:52.9635828Z test contextmark::tests::vector_parse_tolerant ... ok
2026-06-07T04:20:52.9658306Z test branchstore::tests::commit_then_read_at_tip ... ok
2026-06-07T04:20:52.9670119Z test branchstore::tests::multi_key_commit_is_one_commit ... ok
2026-06-07T04:20:52.9996543Z test contextstore::tests::invalid_id_refused ... ok
2026-06-07T04:20:53.1194781Z test branchstore::tests::unchanged_write_is_no_commit ... ok
2026-06-07T04:20:53.1481810Z test contextstore::tests::project_branch_holds_many_agents ... ok
2026-06-07T04:20:53.2542285Z test contextstore::tests::conflict_artifacts_preserve_both_versions ... ok
2026-06-07T04:20:53.4852204Z test contextstore::tests::fork_copies_both_tiers_then_diverges ... ok
2026-06-07T04:20:53.4862962Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-07T04:20:53.4871208Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-07T04:20:53.4879425Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-07T04:20:53.4894448Z test gitrun::tests::deadline_kills_and_reports_timed_out ... ok
2026-06-07T04:20:53.4982974Z test contextstore::tests::two_tier_layout_and_commits ... ok
2026-06-07T04:20:53.4994445Z test grants::tests::grant_match_is_exact_per_tuple ... ok
2026-06-07T04:20:53.4995250Z test grants::tests::grant_revoke_roundtrip_default_deny ... ok
2026-06-07T04:20:53.5003610Z test gitrun::tests::version_runs_within_budget ... ok
2026-06-07T04:20:53.5004338Z test history::tests::appends_one_record_per_line ... ok
2026-06-07T04:20:53.5006353Z test grants::tests::persistence_and_corrupt_degrade_to_deny ... ok
2026-06-07T04:20:53.5014312Z test home::tests::home_assignment_matrix ... ok
2026-06-07T04:20:53.5015367Z test home::tests::scope_seeding_never_clobbers_user_policy ... ok
2026-06-07T04:20:53.5022721Z test home::tests::adoption_stamps_only_unset_and_only_when_unambiguous ... ok
2026-06-07T04:20:53.5023683Z test home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward ... ok
2026-06-07T04:20:53.5033139Z test hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms ... ok
2026-06-07T04:20:53.5034209Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-07T04:20:53.5038429Z test info::tests::corrupt_content_returns_none ... ok
2026-06-07T04:20:53.5039727Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-07T04:20:53.5051365Z test info::tests::set_driven_by_stamps_and_clears ... ok
2026-06-07T04:20:53.5060299Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-07T04:20:53.5077202Z test info::tests::set_resources_writes_and_clears_the_blurb ... ok
2026-06-07T04:20:53.5091944Z test info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair ... ok
2026-06-07T04:20:53.5354317Z test info::tests::set_status_marks_existing_record ... ok
2026-06-07T04:20:53.5358346Z test info::tests::write_read_round_trip ... ok
2026-06-07T04:20:53.5362587Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-07T04:20:53.5370599Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-07T04:20:53.5378321Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-07T04:20:53.5397626Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-07T04:20:53.5398959Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-07T04:20:53.5415020Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-07T04:20:53.5426421Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-07T04:20:53.5427320Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-07T04:20:53.5779035Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-07T04:20:53.5927847Z test contextstore::tests::rename_ripples_both_tiers ... ok
2026-06-07T04:20:53.6632069Z test notif::tests::listing_is_subnet_scoped ... ok
2026-06-07T04:20:53.7104337Z test notif::tests::produce_list_dismiss_round_trip ... ok
2026-06-07T04:20:53.7105502Z test notif::tests::row_serde_round_trips_with_forward_compat ... ok
2026-06-07T04:20:53.7553126Z test notif::tests::merge_is_idempotent_and_commutative ... ok
2026-06-07T04:20:53.7748747Z test contextstore::tests::remove_endpoint_removes_exactly_the_source ... ok
2026-06-07T04:20:53.7750642Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-07T04:20:53.7751502Z test perch::tests::classification_matrix ... ok
2026-06-07T04:20:53.7753555Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-07T04:20:53.7761355Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-07T04:20:53.7763933Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-07T04:20:53.7765754Z test perch::tests::resolve_self_is_flat ... ok
2026-06-07T04:20:53.7771016Z test perch::tests::shell_perches_resolve_under_owner_shells_namespace ... ok
2026-06-07T04:20:53.7773047Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-07T04:20:53.7774305Z test proc::tests::current_process_is_alive ... ok
2026-06-07T04:20:53.7775350Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-07T04:20:53.7776040Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-07T04:20:53.7777481Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-07T04:20:53.7936529Z test notif::tests::reopen_is_durable_and_corrupt_seen_degrades ... ok
2026-06-07T04:20:53.7983288Z test proc::tests::zombie_child_reads_dead ... ok
2026-06-07T04:20:53.7984025Z test project::tests::url_spellings_normalize_to_one_id ... ok
2026-06-07T04:20:53.8488689Z test notif::tests::stale_undismissed_copy_cannot_undismiss ... ok
2026-06-07T04:20:53.8500314Z test notif::tests::seen_unions_and_surfaced_maxes ... ok
2026-06-07T04:20:53.8989363Z test project::tests::derivation_ladder ... ok
2026-06-07T04:20:53.9580498Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-07T04:20:53.9877485Z test registry::tests::register_and_lookup ... ok
2026-06-07T04:20:53.9960395Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-07T04:20:54.0399442Z test registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds ... ok
2026-06-07T04:20:54.0791357Z test registry::tests::reregister_replaces_address ... ok
2026-06-07T04:20:54.0807503Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-07T04:20:54.0823035Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-07T04:20:54.0840455Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-07T04:20:54.0841733Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-07T04:20:54.0842437Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-07T04:20:54.0866213Z test shellinfo::tests::alias_unique_rename_and_resolution ... ok
2026-06-07T04:20:54.0879959Z test shellinfo::tests::mint_smallest_free_and_teardown_frees ... ok
2026-06-07T04:20:54.1099877Z test shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance ... ok
2026-06-07T04:20:54.1104774Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-07T04:20:54.1242939Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-07T04:20:54.2980060Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-07T04:20:54.3196956Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-07T04:20:54.4503568Z test spool::tests::reopen_is_idempotent ... ok
2026-06-07T04:20:54.5229808Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-07T04:20:54.5654277Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-07T04:20:54.6137772Z test spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path ... ok
2026-06-07T04:20:54.6138619Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-07T04:20:54.6142033Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-07T04:20:54.6142845Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-07T04:20:54.6151333Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-07T04:20:54.6155148Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-07T04:20:54.6158806Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-07T04:20:54.6161333Z test subnet::tests::remove_drops_membership ... ok
2026-06-07T04:20:54.6167746Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-07T04:20:54.6178046Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-07T04:20:54.6758648Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-07T04:20:54.7296129Z test spool::tests::wan_spool_dedups_on_op_id_across_reopen ... ok
2026-06-07T04:20:54.7299334Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-07T04:20:55.3025966Z test syncmerge::tests::adopt_then_incremental_then_idempotent_repull ... ok
2026-06-07T04:20:55.3123106Z test syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite ... ok
2026-06-07T04:20:55.3348520Z test syncmerge::tests::non_context_branch_refused ... ok
2026-06-07T04:20:55.6058956Z test syncmerge::tests::concurrent_writes_surface_on_both_nodes ... ok
2026-06-07T04:20:55.6060191Z test trust::tests::first_use_pins_then_is_trusted_idempotently ... ok
2026-06-07T04:20:55.6061120Z test trust::tests::label_anchor_is_subnet_scoped ... ok
2026-06-07T04:20:55.6062015Z test trust::tests::labelled_key_change_warns_without_mutating ... ok
2026-06-07T04:20:55.6062913Z test trust::tests::peers_in_filters_by_subnet ... ok
2026-06-07T04:20:55.6063788Z test trust::tests::repin_applies_accepted_key_change ... ok
2026-06-07T04:20:55.6065092Z test trust::tests::revoke_removes_trust ... ok
2026-06-07T04:20:55.6069926Z test trust::tests::store_persists_and_degrades_gracefully ... ok
2026-06-07T04:20:55.6071842Z test trust::tests::trust_is_scoped_per_subnet ... ok
2026-06-07T04:20:55.6077085Z test trust::tests::unlabelled_distinct_keys_each_pin ... ok
2026-06-07T04:20:55.6078113Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-07T04:20:55.6079099Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-07T04:20:55.6080430Z test visibility::tests::override_wins_both_directions ... ok
2026-06-07T04:20:55.6081516Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-07T04:20:55.6082580Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-07T04:20:55.6095636Z test xfer::tests::progress_round_trips_per_role_and_updates_mid_flight ... ok
2026-06-07T04:20:55.6099766Z test xfer::tests::xfer_id_is_filename_safe_and_distinct ... ok
2026-06-07T04:20:55.6126961Z test syncmerge::tests::dominated_incoming_drops_but_joins_dag ... ok
2026-06-07T04:20:56.0193144Z test syncmerge::tests::project_branch_unions_disjoint_agents ... ok
2026-06-07T04:20:56.4406179Z test syncmerge::tests::reconciled_write_propagates_and_clears_artifacts ... ok
2026-06-07T04:20:56.4406757Z 
2026-06-07T04:20:56.4407176Z test result: ok. 140 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.63s
2026-06-07T04:20:56.4407758Z 
2026-06-07T04:20:56.4414247Z      Running unittests src/lib.rs (target/debug/deps/spt_term-6684511e91566c4d)
2026-06-07T04:20:56.4430198Z 
2026-06-07T04:20:56.4430471Z running 8 tests
2026-06-07T04:20:56.4445905Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-07T04:20:56.4497050Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-07T04:20:56.4497914Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-07T04:20:56.4498633Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-07T04:20:56.4499412Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-07T04:20:56.4500089Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-07T04:20:56.4500797Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-07T04:20:56.4549563Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-07T04:20:56.4549953Z 
2026-06-07T04:20:56.4550378Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-07T04:20:56.4550950Z 
2026-06-07T04:20:56.4555860Z      Running tests/digest.rs (target/debug/deps/digest-d6fe9baaed552575)
2026-06-07T04:20:56.4572614Z 
2026-06-07T04:20:56.4572938Z running 1 test
2026-06-07T04:20:56.4638869Z test digest_parses_a_real_pty_stream ... ok
2026-06-07T04:20:56.4639496Z 
2026-06-07T04:20:56.4639906Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-07T04:20:56.4640530Z 
2026-06-07T04:20:56.4644969Z      Running tests/dsr.rs (target/debug/deps/dsr-a31fe545f463bc3a)
2026-06-07T04:20:56.4658499Z 
2026-06-07T04:20:56.4658897Z running 1 test
2026-06-07T04:20:56.4773724Z test drain_forwards_child_output ... ok
2026-06-07T04:20:56.4774092Z 
2026-06-07T04:20:56.4774508Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-07T04:20:56.4775081Z 
2026-06-07T04:20:56.4778181Z      Running tests/inject.rs (target/debug/deps/inject-e9caf2e063d753d5)
2026-06-07T04:20:56.4790461Z 
2026-06-07T04:20:56.4790700Z running 2 tests
2026-06-07T04:20:56.4907055Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-07T04:20:56.5009136Z test ctrl_c_interrupts_the_child ... ok
2026-06-07T04:20:56.5009960Z 
2026-06-07T04:20:56.5010520Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-07T04:20:56.5011283Z 
2026-06-07T04:20:56.5014911Z      Running tests/stream.rs (target/debug/deps/stream-4d9f95049da8f9bf)
2026-06-07T04:20:56.5028843Z 
2026-06-07T04:20:56.5029082Z running 2 tests
2026-06-07T04:20:56.5046578Z test delivers_every_value_under_resize ... ok
2026-06-07T04:20:57.5059098Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-07T04:20:57.5060751Z      Running tests/surface.rs (target/debug/deps/surface-72146fdce8b7f36c)
2026-06-07T04:20:57.5061533Z 
2026-06-07T04:20:57.5062156Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s
2026-06-07T04:20:57.5062741Z 
2026-06-07T04:20:57.5076056Z 
2026-06-07T04:20:57.5076571Z running 2 tests
2026-06-07T04:20:57.5096239Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-07T04:20:57.5098992Z test captures_child_output_off_the_pty ... ok
2026-06-07T04:20:57.5099503Z 
2026-06-07T04:20:57.5099936Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:57.5101071Z 
2026-06-07T04:20:57.5101439Z      Running unittests src/main.rs (target/debug/deps/xtask-1739a7cc80042a1e)
2026-06-07T04:20:57.5113150Z 
2026-06-07T04:20:57.5113423Z running 0 tests
2026-06-07T04:20:57.5113643Z 
2026-06-07T04:20:57.5114059Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:57.5114621Z 
2026-06-07T04:20:57.5114978Z    Doc-tests spt_daemon
2026-06-07T04:20:57.9755833Z 
2026-06-07T04:20:57.9756276Z running 0 tests
2026-06-07T04:20:57.9756528Z 
2026-06-07T04:20:57.9756980Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:57.9757551Z 
2026-06-07T04:20:57.9807056Z    Doc-tests spt_live
2026-06-07T04:20:58.0332575Z 
2026-06-07T04:20:58.0333123Z running 0 tests
2026-06-07T04:20:58.0333384Z 
2026-06-07T04:20:58.0333805Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:58.0334409Z 
2026-06-07T04:20:58.0369874Z    Doc-tests spt_msg
2026-06-07T04:20:58.0814466Z 
2026-06-07T04:20:58.0814888Z running 0 tests
2026-06-07T04:20:58.0815168Z 
2026-06-07T04:20:58.0815943Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:58.0816524Z 
2026-06-07T04:20:58.0851039Z    Doc-tests spt_net
2026-06-07T04:20:58.3166361Z 
2026-06-07T04:20:58.3166820Z running 0 tests
2026-06-07T04:20:58.3167081Z 
2026-06-07T04:20:58.3167539Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:58.3168106Z 
2026-06-07T04:20:58.3214710Z    Doc-tests spt_proto
2026-06-07T04:20:58.3666434Z 
2026-06-07T04:20:58.3667291Z running 0 tests
2026-06-07T04:20:58.3667562Z 
2026-06-07T04:20:58.3667990Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:58.3668552Z 
2026-06-07T04:20:58.3703520Z    Doc-tests spt_runtime
2026-06-07T04:20:58.6341740Z 
2026-06-07T04:20:58.6342214Z running 0 tests
2026-06-07T04:20:58.6342473Z 
2026-06-07T04:20:58.6342884Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:58.6343457Z 
2026-06-07T04:20:58.6383358Z    Doc-tests spt_store
2026-06-07T04:20:58.8440590Z 
2026-06-07T04:20:58.8441140Z running 0 tests
2026-06-07T04:20:58.8441412Z 
2026-06-07T04:20:58.8441830Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:58.8442404Z 
2026-06-07T04:20:58.8479806Z    Doc-tests spt_term
2026-06-07T04:20:58.9028881Z 
2026-06-07T04:20:58.9029703Z running 0 tests
2026-06-07T04:20:58.9029992Z 
2026-06-07T04:20:58.9030598Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:20:58.9031143Z 
2026-06-07T04:20:58.9209419Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-07T04:20:58.9210362Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-07T04:20:58.9230285Z shell: /usr/bin/bash -e {0}
2026-06-07T04:20:58.9230685Z ##[endgroup]
2026-06-07T04:20:59.6267296Z     Checking libc v0.2.186
2026-06-07T04:20:59.6267756Z     Checking serde_core v1.0.228
2026-06-07T04:20:59.6334580Z     Checking cfg-if v1.0.4
2026-06-07T04:20:59.6335511Z     Checking typenum v1.20.1
2026-06-07T04:20:59.6800336Z     Checking memchr v2.8.1
2026-06-07T04:21:00.3493615Z     Checking critical-section v1.2.0
2026-06-07T04:21:00.4339486Z     Checking subtle v2.6.1
2026-06-07T04:21:00.5916448Z     Checking zeroize v1.8.2
2026-06-07T04:21:00.7778673Z     Checking smallvec v1.15.1
2026-06-07T04:21:01.0252593Z     Checking pin-project-lite v0.2.17
2026-06-07T04:21:01.1120406Z     Checking itoa v1.0.18
2026-06-07T04:21:01.1744669Z     Checking generic-array v0.14.7
2026-06-07T04:21:01.2872498Z     Checking cpufeatures v0.2.17
2026-06-07T04:21:01.3350209Z     Checking equivalent v1.0.2
2026-06-07T04:21:01.3842661Z     Checking log v0.4.32
2026-06-07T04:21:01.5798305Z     Checking bitflags v2.12.1
2026-06-07T04:21:01.7675820Z     Checking hashbrown v0.17.1
2026-06-07T04:21:02.0240725Z     Checking getrandom v0.2.17
2026-06-07T04:21:02.1372220Z     Checking crypto-common v0.1.7
2026-06-07T04:21:02.1710712Z     Checking futures-core v0.3.32
2026-06-07T04:21:02.2280334Z     Checking bytes v1.11.1
2026-06-07T04:21:02.2790777Z     Checking rand_core v0.10.1
2026-06-07T04:21:02.4320515Z     Checking socket2 v0.6.4
2026-06-07T04:21:02.7394927Z     Checking indexmap v2.14.0
2026-06-07T04:21:02.8760613Z     Checking block-buffer v0.10.4
2026-06-07T04:21:02.9870418Z     Checking mio v1.2.1
2026-06-07T04:21:03.0614460Z     Checking stable_deref_trait v1.2.1
2026-06-07T04:21:03.1080547Z     Checking digest v0.10.7
2026-06-07T04:21:03.3490683Z     Checking getrandom v0.4.2
2026-06-07T04:21:03.3491461Z     Checking serde v1.0.228
2026-06-07T04:21:03.4371964Z     Checking tokio v1.52.3
2026-06-07T04:21:03.5160718Z     Checking futures-sink v0.3.32
2026-06-07T04:21:03.5923014Z     Checking slab v0.4.12
2026-06-07T04:21:03.7748154Z     Checking futures-io v0.3.32
2026-06-07T04:21:03.8840601Z     Checking futures-channel v0.3.32
2026-06-07T04:21:03.9032678Z     Checking futures-task v0.3.32
2026-06-07T04:21:04.0510804Z     Checking zerofrom v0.1.8
2026-06-07T04:21:04.1496612Z     Checking futures-util v0.3.32
2026-06-07T04:21:04.1680548Z     Checking yoke v0.8.3
2026-06-07T04:21:04.1810701Z     Checking portable-atomic v1.13.1
2026-06-07T04:21:04.3930659Z     Checking rand_core v0.6.4
2026-06-07T04:21:04.5800697Z     Checking zerovec v0.11.6
2026-06-07T04:21:04.9896431Z     Checking once_cell v1.21.4
2026-06-07T04:21:05.1918682Z     Checking curve25519-dalek v4.1.3
2026-06-07T04:21:05.4986418Z     Checking zerocopy v0.8.50
2026-06-07T04:21:06.6190608Z     Checking sha2 v0.10.9
2026-06-07T04:21:06.9903458Z     Checking signature v2.2.0
2026-06-07T04:21:07.0760466Z     Checking ed25519 v2.2.3
2026-06-07T04:21:07.1900659Z     Checking ed25519-dalek v2.2.0
2026-06-07T04:21:07.3970343Z     Checking zmij v1.0.21
2026-06-07T04:21:07.7334133Z     Checking fastrand v2.4.1
2026-06-07T04:21:07.9536189Z     Checking libsqlite3-sys v0.30.1
2026-06-07T04:21:08.2050662Z     Checking serde_json v1.0.150
2026-06-07T04:21:08.4530524Z     Checking tinystr v0.8.3
2026-06-07T04:21:08.6588130Z     Checking tracing-core v0.1.36
2026-06-07T04:21:09.2259432Z     Checking litemap v0.8.2
2026-06-07T04:21:09.4550551Z     Checking writeable v0.6.3
2026-06-07T04:21:09.4740351Z     Checking fallible-iterator v0.3.0
2026-06-07T04:21:09.6508214Z     Checking fallible-streaming-iterator v0.1.9
2026-06-07T04:21:09.7870952Z     Checking icu_locale_core v2.2.0
2026-06-07T04:21:09.9423072Z     Checking tracing v0.1.44
2026-06-07T04:21:09.9840935Z     Checking spt-proto v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-07T04:21:10.1990993Z     Checking zerotrie v0.2.4
2026-06-07T04:21:10.5130642Z     Checking potential_utf v0.1.5
2026-06-07T04:21:10.5512067Z     Checking utf8_iter v1.0.4
2026-06-07T04:21:10.6240676Z     Checking tokio-util v0.7.18
2026-06-07T04:21:10.6650794Z     Checking icu_collections v2.2.0
2026-06-07T04:21:10.9970782Z     Checking icu_provider v2.2.0
2026-06-07T04:21:11.1580606Z     Checking icu_properties_data v2.2.0
2026-06-07T04:21:11.3022367Z     Checking icu_normalizer_data v2.2.0
2026-06-07T04:21:11.3446452Z     Checking percent-encoding v2.3.2
2026-06-07T04:21:11.3500388Z     Checking icu_normalizer v2.2.0
2026-06-07T04:21:11.4891124Z     Checking icu_properties v2.2.0
2026-06-07T04:21:11.6030547Z     Checking http v1.4.1
2026-06-07T04:21:11.8573618Z     Checking cpufeatures v0.3.0
2026-06-07T04:21:11.8980293Z     Checking rustls-pki-types v1.14.1
2026-06-07T04:21:12.0250755Z     Checking ahash v0.8.12
2026-06-07T04:21:12.1980410Z     Checking hashbrown v0.14.5
2026-06-07T04:21:12.3550276Z     Checking thiserror v2.0.18
2026-06-07T04:21:12.4190399Z     Checking chacha20 v0.10.0
2026-06-07T04:21:12.7050479Z     Checking form_urlencoded v1.2.2
2026-06-07T04:21:12.7120495Z     Checking ipnet v2.12.0
2026-06-07T04:21:12.8260538Z     Checking untrusted v0.9.0
2026-06-07T04:21:12.9130283Z     Checking ring v0.17.14
2026-06-07T04:21:13.1020686Z     Checking hashlink v0.9.1
2026-06-07T04:21:13.1320424Z     Checking rand v0.10.1
2026-06-07T04:21:13.4116922Z     Checking idna_adapter v1.2.2
2026-06-07T04:21:13.5030418Z     Checking idna v1.1.0
2026-06-07T04:21:13.5246302Z     Checking rusqlite v0.32.1
2026-06-07T04:21:13.8460170Z     Checking url v2.5.8
2026-06-07T04:21:14.0080471Z     Checking scopeguard v1.2.0
2026-06-07T04:21:14.0699127Z     Checking lock_api v0.4.14
2026-06-07T04:21:14.3710634Z     Checking atomic-waker v1.1.2
2026-06-07T04:21:14.4370521Z     Checking linux-raw-sys v0.12.1
2026-06-07T04:21:14.6010510Z     Checking const-oid v0.10.2
2026-06-07T04:21:14.7780151Z     Checking fnv v1.0.7
2026-06-07T04:21:14.8300431Z     Checking h2 v0.4.14
2026-06-07T04:21:14.8713925Z     Checking spt-store v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-07T04:21:14.9506716Z     Checking rustls-webpki v0.103.13
2026-06-07T04:21:14.9700704Z     Checking rustix v1.1.4
2026-06-07T04:21:15.7310549Z     Checking rustls v0.23.40
2026-06-07T04:21:17.7958719Z     Checking spt-msg v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-07T04:21:18.1550472Z     Checking derive_more v2.1.1
2026-06-07T04:21:18.1960603Z     Checking http-body v1.0.1
2026-06-07T04:21:18.2760358Z     Checking hybrid-array v0.4.12
2026-06-07T04:21:18.3028006Z     Checking base64ct v1.8.3
2026-06-07T04:21:18.6520225Z     Checking pem-rfc7468 v1.0.0
2026-06-07T04:21:18.8104134Z     Checking httparse v1.10.1
2026-06-07T04:21:19.1370546Z     Checking data-encoding v2.11.0
2026-06-07T04:21:19.2370699Z     Checking try-lock v0.2.5
2026-06-07T04:21:19.3000641Z     Checking tower-service v0.3.3
2026-06-07T04:21:19.3540572Z     Checking tinyvec_macros v0.1.1
2026-06-07T04:21:19.3937343Z     Checking base64 v0.22.1
2026-06-07T04:21:19.5680429Z     Checking tinyvec v1.11.0
2026-06-07T04:21:19.7799358Z     Checking want v0.3.1
2026-06-07T04:21:19.8900656Z     Checking crypto-common v0.2.2
2026-06-07T04:21:20.1350421Z     Checking block-buffer v0.12.0
2026-06-07T04:21:20.2820481Z     Checking n0-error v0.1.3
2026-06-07T04:21:20.5120339Z     Checking num-traits v0.2.19
2026-06-07T04:21:20.5354307Z     Checking der v0.8.0-rc.10
2026-06-07T04:21:20.8930840Z     Checking inout v0.1.4
2026-06-07T04:21:20.9990381Z     Checking serial-core v0.4.0
2026-06-07T04:21:21.1161704Z     Checking termios v0.2.2
2026-06-07T04:21:21.1291001Z     Checking ioctl-rs v0.1.6
2026-06-07T04:21:21.1920650Z     Checking cordyceps v0.3.4
2026-06-07T04:21:21.2189790Z     Checking parking v2.2.1
2026-06-07T04:21:21.3090355Z     Checking spin v0.10.0
2026-06-07T04:21:21.4000685Z     Checking httpdate v1.0.3
2026-06-07T04:21:21.5502271Z     Checking diatomic-waker v0.2.3
2026-06-07T04:21:21.5818836Z     Checking hyper v1.10.1
2026-06-07T04:21:21.6191769Z     Checking futures-lite v2.6.1
2026-06-07T04:21:21.6543592Z     Checking futures-buffered v0.2.13
2026-06-07T04:21:22.0410713Z     Checking serial-unix v0.4.0
2026-06-07T04:21:22.1760494Z     Checking pin-project v1.1.13
2026-06-07T04:21:22.2270418Z     Checking thiserror v1.0.69
2026-06-07T04:21:22.2864160Z     Checking digest v0.11.3
2026-06-07T04:21:22.3356021Z     Checking spki v0.8.0-rc.4
2026-06-07T04:21:22.4609782Z     Checking cipher v0.4.4
2026-06-07T04:21:22.5090677Z     Checking netlink-packet-core v0.8.1
2026-06-07T04:21:22.7270584Z     Checking tokio-rustls v0.26.4
2026-06-07T04:21:22.8640461Z     Checking memoffset v0.6.5
2026-06-07T04:21:22.8807859Z     Checking parking_lot_core v0.9.12
2026-06-07T04:21:22.9030816Z     Checking toml_datetime v0.6.11
2026-06-07T04:21:23.1162007Z     Checking serde_spanned v0.6.9
2026-06-07T04:21:23.1163215Z     Checking sync_wrapper v1.0.2
2026-06-07T04:21:23.1310563Z     Checking universal-hash v0.5.1
2026-06-07T04:21:23.1970903Z     Checking aho-corasick v1.1.4
2026-06-07T04:21:23.2211583Z     Checking byteorder v1.5.0
2026-06-07T04:21:23.2284024Z     Checking regex-syntax v0.8.10
2026-06-07T04:21:23.4290596Z     Checking either v1.16.0
2026-06-07T04:21:23.5040520Z     Checking bitflags v1.3.2
2026-06-07T04:21:23.5550591Z     Checking opaque-debug v0.3.1
2026-06-07T04:21:23.5960556Z     Checking pin-utils v0.1.0
2026-06-07T04:21:23.6370260Z     Checking toml_write v0.1.2
2026-06-07T04:21:23.7097752Z     Checking winnow v0.7.15
2026-06-07T04:21:23.8840527Z     Checking prefix-trie v0.8.4
2026-06-07T04:21:24.7236917Z     Checking nix v0.25.1
2026-06-07T04:21:24.7749443Z     Checking polyval v0.6.2
2026-06-07T04:21:24.9400195Z     Checking hyper-util v0.1.20
2026-06-07T04:21:25.8363524Z     Checking regex-automata v0.4.14
2026-06-07T04:21:26.5698518Z     Checking toml_edit v0.22.27
2026-06-07T04:21:27.1790524Z     Checking hash32 v0.2.1
2026-06-07T04:21:27.3460438Z     Checking ref-cast v1.0.25
2026-06-07T04:21:27.4060528Z     Checking parking_lot v0.12.5
2026-06-07T04:21:27.6530439Z     Checking n0-future v0.3.2
2026-06-07T04:21:27.7570099Z     Checking pkcs8 v0.11.0-rc.10
2026-06-07T04:21:27.9200590Z     Checking filedescriptor v0.8.3
2026-06-07T04:21:28.0810571Z     Checking serial v0.4.0
2026-06-07T04:21:28.1290632Z     Checking crossbeam-utils v0.8.21
2026-06-07T04:21:28.7230265Z     Checking tempfile v3.27.0
2026-06-07T04:21:28.8180313Z     Checking spin v0.9.8
2026-06-07T04:21:29.0065005Z     Checking anyhow v1.0.102
2026-06-07T04:21:29.0409998Z     Checking futures-executor v0.3.32
2026-06-07T04:21:29.1885497Z     Checking signature v3.0.0
2026-06-07T04:21:29.2500562Z     Checking downcast-rs v1.2.1
2026-06-07T04:21:29.2700977Z     Checking tower-layer v0.3.3
2026-06-07T04:21:29.2890336Z     Checking dyn-clone v1.0.20
2026-06-07T04:21:29.3060673Z     Checking shell-words v1.1.1
2026-06-07T04:21:29.3291540Z     Checking ed25519 v3.0.0-rc.4
2026-06-07T04:21:29.3542231Z     Checking schemars v1.2.1
2026-06-07T04:21:29.4030616Z     Checking portable-pty v0.8.1
2026-06-07T04:21:29.4590236Z     Checking toml v0.8.23
2026-06-07T04:21:29.5246081Z     Checking futures v0.3.32
2026-06-07T04:21:29.5773036Z     Checking heapless v0.7.17
2026-06-07T04:21:29.7373359Z     Checking regex v1.12.3
2026-06-07T04:21:30.0480276Z     Checking noq-udp v0.10.0
2026-06-07T04:21:30.2030290Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-07T04:21:30.4135656Z     Checking ghash v0.5.1
2026-06-07T04:21:30.4537235Z     Checking hickory-proto v0.26.0-beta.4
2026-06-07T04:21:30.5031978Z     Checking ctr v0.9.2
2026-06-07T04:21:30.5465687Z     Checking aes v0.8.4
2026-06-07T04:21:30.6950394Z     Checking sha2 v0.11.0-rc.5
2026-06-07T04:21:31.2408190Z     Checking http-body-util v0.1.3
2026-06-07T04:21:31.5521690Z     Checking cobs v0.3.0
2026-06-07T04:21:31.6880712Z     Checking netlink-sys v0.8.8
2026-06-07T04:21:31.8721017Z     Checking aead v0.5.2
2026-06-07T04:21:31.9121135Z     Checking openssl-probe v0.2.1
2026-06-07T04:21:31.9720568Z     Checking powerfmt v0.2.0
2026-06-07T04:21:31.9780350Z     Checking aes-gcm v0.10.3
2026-06-07T04:21:31.9850344Z     Checking rustls-native-certs v0.8.4
2026-06-07T04:21:32.1060543Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-07T04:21:32.1430560Z     Checking deranged v0.5.8
2026-06-07T04:21:32.1509315Z     Checking postcard v1.1.3
2026-06-07T04:21:32.3762163Z     Checking tower v0.5.3
2026-06-07T04:21:32.7210690Z     Checking data-encoding-macro v0.1.20
2026-06-07T04:21:32.7790421Z     Checking crossbeam-epoch v0.9.18
2026-06-07T04:21:33.0820377Z     Checking crossbeam-channel v0.5.15
2026-06-07T04:21:33.1001013Z     Checking netlink-packet-route v0.29.0
2026-06-07T04:21:33.3437740Z     Checking uuid v1.23.2
2026-06-07T04:21:33.6978540Z     Checking foldhash v0.2.0
2026-06-07T04:21:33.7630770Z     Checking rustc-hash v2.1.2
2026-06-07T04:21:33.8330652Z     Checking xml-rs v0.8.28
2026-06-07T04:21:33.8565582Z     Checking lru-slab v0.1.2
2026-06-07T04:21:33.9730668Z     Checking identity-hash v0.1.0
2026-06-07T04:21:34.0550583Z     Checking time-core v0.1.8
2026-06-07T04:21:34.0990570Z     Checking mac-addr v0.3.0
2026-06-07T04:21:34.2200349Z     Checking num-conv v0.2.2
2026-06-07T04:21:34.2547193Z     Checking sorted-index-buffer v0.2.1
2026-06-07T04:21:34.3920273Z     Checking tagptr v0.2.0
2026-06-07T04:21:34.4010779Z     Checking allocator-api2 v0.2.21
2026-06-07T04:21:34.5415633Z     Checking ryu v1.0.23
2026-06-07T04:21:34.6450437Z     Checking xmltree v0.10.3
2026-06-07T04:21:34.6840632Z     Checking iroh-metrics v0.38.3
2026-06-07T04:21:34.7943506Z     Checking moka v0.12.15
2026-06-07T04:21:34.8780658Z     Checking hashbrown v0.16.1
2026-06-07T04:21:35.3670701Z     Checking noq-proto v0.17.0
2026-06-07T04:21:35.8128530Z     Checking time v0.3.47
2026-06-07T04:21:36.0478115Z     Checking hickory-net v0.26.0-beta.4
2026-06-07T04:21:36.6250313Z     Checking strum v0.28.0
2026-06-07T04:21:36.6980538Z     Checking tower-http v0.6.11
2026-06-07T04:21:37.1250771Z     Checking iroh-base v0.98.0
2026-06-07T04:21:37.6164201Z     Checking num_enum v0.7.6
2026-06-07T04:21:37.7037916Z     Checking rustls-platform-verifier v0.7.0
2026-06-07T04:21:37.8297994Z     Checking netlink-proto v0.12.0
2026-06-07T04:21:38.0978377Z     Checking spt-runtime v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-07T04:21:38.2280881Z     Checking spt-term v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-07T04:21:38.8430620Z     Checking n0-watcher v0.6.1
2026-06-07T04:21:39.0719423Z     Checking hyper-rustls v0.27.9
2026-06-07T04:21:39.2846408Z     Checking netlink-packet-route v0.30.0
2026-06-07T04:21:40.3800589Z     Checking netdev v0.42.0
2026-06-07T04:21:40.8280122Z     Checking attohttpc v0.30.1
2026-06-07T04:21:40.9363408Z     Checking tokio-stream v0.1.18
2026-06-07T04:21:41.3730647Z     Checking simple-dns v0.9.3
2026-06-07T04:21:41.6260332Z     Checking resolv-conf v0.7.6
2026-06-07T04:21:41.9135692Z     Checking sha1_smol v1.0.1
2026-06-07T04:21:42.0715462Z     Checking constant_time_eq v0.4.2
2026-06-07T04:21:42.1841023Z     Checking arrayvec v0.7.6
2026-06-07T04:21:42.4360273Z     Checking simdutf8 v0.1.5
2026-06-07T04:21:42.5100715Z     Checking arrayref v0.3.9
2026-06-07T04:21:42.5590746Z     Checking smol_str v0.1.24
2026-06-07T04:21:42.6540887Z     Checking tokio-websockets v0.13.2
2026-06-07T04:21:42.7060332Z     Checking acto v0.8.2
2026-06-07T04:21:42.7530783Z     Checking iroh-dns v0.98.0
2026-06-07T04:21:43.0910303Z     Checking blake3 v1.8.5
2026-06-07T04:21:43.2960603Z     Checking noq v0.18.0
2026-06-07T04:21:43.4348078Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-07T04:21:43.5770282Z     Checking igd-next v0.17.1
2026-06-07T04:21:44.2390758Z     Checking reqwest v0.13.4
2026-06-07T04:21:44.4040511Z     Checking lru v0.16.4
2026-06-07T04:21:44.6053171Z     Checking webpki-roots v1.0.7
2026-06-07T04:21:44.7150557Z     Checking serde_bytes v0.11.19
2026-06-07T04:21:44.9533269Z     Checking hmac v0.12.1
2026-06-07T04:21:45.0681276Z     Checking seize v0.5.1
2026-06-07T04:21:45.1110183Z     Checking cmov v0.5.4
2026-06-07T04:21:45.2867920Z     Checking papaya v0.2.4
2026-06-07T04:21:45.3840494Z     Checking ctutils v0.4.2
2026-06-07T04:21:45.5644360Z     Checking iroh-relay v0.98.0
2026-06-07T04:21:45.6480187Z     Checking hkdf v0.12.4
2026-06-07T04:21:45.7670594Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-07T04:21:45.8280725Z     Checking backon v1.6.0
2026-06-07T04:21:46.0430139Z     Checking spake2 v0.4.0
2026-06-07T04:21:46.2300544Z     Checking sha1 v0.10.6
2026-06-07T04:21:46.4150297Z     Checking interprocess v2.4.2
2026-06-07T04:21:46.5330563Z     Checking netwatch v0.16.0
2026-06-07T04:21:46.8860908Z     Checking spt-live v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-07T04:21:47.0497029Z     Checking utf8parse v0.2.2
2026-06-07T04:21:47.1190852Z     Checking anstyle-parse v1.0.0
2026-06-07T04:21:47.2780711Z     Checking is_terminal_polyfill v1.70.2
2026-06-07T04:21:47.3280526Z     Checking colorchoice v1.0.5
2026-06-07T04:21:47.3902057Z     Checking anstyle v1.0.14
2026-06-07T04:21:47.3980506Z     Checking anstyle-query v1.1.5
2026-06-07T04:21:47.4540980Z     Checking terminal_size v0.4.4
2026-06-07T04:21:47.5380435Z     Checking strsim v0.11.1
2026-06-07T04:21:47.6200591Z     Checking anstream v1.0.0
2026-06-07T04:21:47.7270588Z     Checking clap_lex v1.1.0
2026-06-07T04:21:47.8922728Z     Checking portmapper v0.16.0
2026-06-07T04:21:47.8960436Z     Checking iana-time-zone v0.1.65
2026-06-07T04:21:47.9211701Z     Checking clap_builder v4.6.0
2026-06-07T04:21:48.0092835Z     Checking qrcode v0.14.1
2026-06-07T04:21:48.0227165Z     Checking chrono v0.4.45
2026-06-07T04:21:48.4390921Z     Checking mock-adapter v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-07T04:21:49.6129085Z     Checking iroh v0.98.2
2026-06-07T04:21:50.6690540Z     Checking clap v4.6.1
2026-06-07T04:21:58.2275902Z     Checking spt-net v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-07T04:22:00.5670962Z     Checking spt-daemon v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-07T04:22:05.9235182Z     Checking xtask v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-07T04:22:06.6830771Z     Checking spt v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-07T04:22:12.7526054Z     Finished `dev` profile [unoptimized] target(s) in 1m 13s
2026-06-07T04:22:12.8322973Z ##[group]Run actions/checkout@v5
2026-06-07T04:22:12.8323419Z with:
2026-06-07T04:22:12.8323757Z   repository: SaberMage/spt-shell-notify
2026-06-07T04:22:12.8324207Z   path: .adapter-notify
2026-06-07T04:22:12.8329337Z   token: ***
2026-06-07T04:22:12.8329716Z   ssh-strict: true
2026-06-07T04:22:12.8330071Z   ssh-user: git
2026-06-07T04:22:12.8330425Z   persist-credentials: true
2026-06-07T04:22:12.8330813Z   clean: true
2026-06-07T04:22:12.8331159Z   sparse-checkout-cone-mode: true
2026-06-07T04:22:12.8331574Z   fetch-depth: 1
2026-06-07T04:22:12.8331891Z   fetch-tags: false
2026-06-07T04:22:12.8332227Z   show-progress: true
2026-06-07T04:22:12.8332602Z   lfs: false
2026-06-07T04:22:12.8332908Z   submodules: false
2026-06-07T04:22:12.8333251Z   set-safe-directory: true
2026-06-07T04:22:12.8333625Z ##[endgroup]
2026-06-07T04:22:12.9572587Z Syncing repository: SaberMage/spt-shell-notify
2026-06-07T04:22:12.9594847Z ##[group]Getting Git version info
2026-06-07T04:22:12.9595718Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-07T04:22:12.9625525Z [command]/usr/bin/git version
2026-06-07T04:22:12.9680291Z git version 2.34.1
2026-06-07T04:22:12.9709408Z ##[endgroup]
2026-06-07T04:22:12.9723634Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/8394b926-2e90-4c95-8e47-c1c25ab368f9/.gitconfig'
2026-06-07T04:22:12.9748001Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/8394b926-2e90-4c95-8e47-c1c25ab368f9' before making global git config changes
2026-06-07T04:22:12.9749473Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T04:22:12.9756150Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-07T04:22:12.9804718Z ##[group]Initializing the repository
2026-06-07T04:22:12.9809783Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-07T04:22:12.9850323Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-07T04:22:12.9851542Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-07T04:22:12.9852652Z hint: of your new repositories, which will suppress this warning, call:
2026-06-07T04:22:12.9853391Z hint: 
2026-06-07T04:22:12.9854045Z hint: 	git config --global init.defaultBranch <name>
2026-06-07T04:22:12.9854636Z hint: 
2026-06-07T04:22:12.9855157Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-07T04:22:12.9864574Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-07T04:22:12.9865951Z hint: 
2026-06-07T04:22:12.9866314Z hint: 	git branch -m <name>
2026-06-07T04:22:12.9867268Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-07T04:22:12.9881558Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-07T04:22:12.9929359Z ##[endgroup]
2026-06-07T04:22:12.9930102Z ##[group]Disabling automatic garbage collection
2026-06-07T04:22:12.9934916Z [command]/usr/bin/git config --local gc.auto 0
2026-06-07T04:22:12.9973688Z ##[endgroup]
2026-06-07T04:22:12.9974290Z ##[group]Setting up auth
2026-06-07T04:22:12.9985146Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T04:22:13.0026869Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-07T04:22:13.0272173Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T04:22:13.0311072Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-07T04:22:13.0556141Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T04:22:13.0598236Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T04:22:13.0848105Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-07T04:22:13.0910028Z ##[endgroup]
2026-06-07T04:22:13.0910681Z ##[group]Determining the default branch
2026-06-07T04:22:13.0915796Z Retrieving the default branch name
2026-06-07T04:22:13.6563290Z Default branch 'main'
2026-06-07T04:22:13.6564149Z ##[endgroup]
2026-06-07T04:22:13.6564958Z ##[group]Fetching the repository
2026-06-07T04:22:13.6575905Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-07T04:22:14.3715351Z From https://github.com/SaberMage/spt-shell-notify
2026-06-07T04:22:14.3716029Z  * [new branch]      main       -> origin/main
2026-06-07T04:22:14.3741384Z ##[endgroup]
2026-06-07T04:22:14.3742059Z ##[group]Determining the checkout info
2026-06-07T04:22:14.3745260Z ##[endgroup]
2026-06-07T04:22:14.3751835Z [command]/usr/bin/git sparse-checkout disable
2026-06-07T04:22:14.3823541Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-07T04:22:14.3865234Z ##[group]Checking out the ref
2026-06-07T04:22:14.3872546Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-07T04:22:14.3946858Z Switched to a new branch 'main'
2026-06-07T04:22:14.3947607Z Branch 'main' set up to track remote branch 'main' from 'origin'.
2026-06-07T04:22:14.3952497Z ##[endgroup]
2026-06-07T04:22:14.4006401Z [command]/usr/bin/git log -1 --format=%H
2026-06-07T04:22:14.4043726Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-07T04:22:14.4220340Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-07T04:22:14.4221158Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-07T04:22:14.4240098Z shell: /usr/bin/bash -e {0}
2026-06-07T04:22:14.4240486Z ##[endgroup]
2026-06-07T04:22:14.4798291Z     Updating crates.io index
2026-06-07T04:22:14.7612316Z      Locking 11 packages to latest compatible versions
2026-06-07T04:22:14.8088639Z    Compiling serde_core v1.0.228
2026-06-07T04:22:14.8098679Z    Compiling zmij v1.0.21
2026-06-07T04:22:14.8099253Z    Compiling serde_json v1.0.150
2026-06-07T04:22:14.8100081Z    Compiling memchr v2.8.1
2026-06-07T04:22:14.9370897Z    Compiling itoa v1.0.18
2026-06-07T04:22:18.8421440Z    Compiling spt-shell-notify v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-06-07T04:22:19.1228307Z     Finished `dev` profile [unoptimized] target(s) in 4.68s
2026-06-07T04:22:19.1459294Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-06-07T04:22:19.1460416Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-06-07T04:22:19.1479519Z shell: /usr/bin/bash -e {0}
2026-06-07T04:22:19.1479920Z env:
2026-06-07T04:22:19.1480656Z   SPT_NOTIFY_SHELL_BIN: /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-06-07T04:22:19.1481495Z ##[endgroup]
2026-06-07T04:22:19.5623178Z     Finished `test` profile [unoptimized] target(s) in 0.39s
2026-06-07T04:22:19.5862187Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-a9b0e4ad044ea32f)
2026-06-07T04:22:19.5879490Z 
2026-06-07T04:22:19.5879872Z running 1 test
2026-06-07T04:22:20.1065609Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-07T04:22:20.1066205Z 
2026-06-07T04:22:20.1066926Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
2026-06-07T04:22:20.1067577Z 
2026-06-07T04:22:20.1217702Z ##[group]Run cargo test -p spt --test oneliner_e2e -- --nocapture
2026-06-07T04:22:20.1218466Z [36;1mcargo test -p spt --test oneliner_e2e -- --nocapture[0m
2026-06-07T04:22:20.1236919Z shell: /usr/bin/bash -e {0}
2026-06-07T04:22:20.1237305Z env:
2026-06-07T04:22:20.1237702Z   SPT_INSTALL_E2E: 1
2026-06-07T04:22:20.1238035Z ##[endgroup]
2026-06-07T04:22:20.5004210Z     Finished `test` profile [unoptimized] target(s) in 0.36s
2026-06-07T04:22:20.5222360Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-5f429e0428f471d1)
2026-06-07T04:22:20.5241479Z 
2026-06-07T04:22:20.5242015Z running 1 test
2026-06-07T04:22:30.4376839Z test install_script_against_staged_release ... ok
2026-06-07T04:22:30.4377267Z 
2026-06-07T04:22:30.4377678Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.91s
2026-06-07T04:22:30.4378306Z 
2026-06-07T04:22:30.4512466Z ##[group]Run cargo run -p xtask -- check
2026-06-07T04:22:30.4513045Z [36;1mcargo run -p xtask -- check[0m
2026-06-07T04:22:30.4532465Z shell: /usr/bin/bash -e {0}
2026-06-07T04:22:30.4532888Z ##[endgroup]
2026-06-07T04:22:30.8759580Z    Compiling bitflags v2.12.1
2026-06-07T04:22:30.8840934Z    Compiling fastrand v2.4.1
2026-06-07T04:22:31.0157338Z    Compiling rusqlite v0.32.1
2026-06-07T04:22:31.0186408Z    Compiling netlink-packet-route v0.29.0
2026-06-07T04:22:31.0759438Z    Compiling simple-dns v0.9.3
2026-06-07T04:22:31.1520303Z    Compiling futures-lite v2.6.1
2026-06-07T04:22:32.4764090Z    Compiling n0-future v0.3.2
2026-06-07T04:22:32.5910475Z    Compiling n0-watcher v0.6.1
2026-06-07T04:22:32.8871044Z    Compiling spt-store v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-07T04:22:33.1379598Z    Compiling tower-http v0.6.11
2026-06-07T04:22:33.7292183Z    Compiling netlink-packet-route v0.30.0
2026-06-07T04:22:33.7410865Z    Compiling reqwest v0.13.4
2026-06-07T04:22:39.2554905Z    Compiling spt-msg v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-07T04:22:40.0257592Z    Compiling netdev v0.42.0
2026-06-07T04:22:40.0430609Z    Compiling iroh-dns v0.98.0
2026-06-07T04:22:40.6089584Z    Compiling iroh-relay v0.98.0
2026-06-07T04:22:41.3000748Z    Compiling backon v1.6.0
2026-06-07T04:22:41.6221139Z    Compiling spt-runtime v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-07T04:22:42.7500731Z    Compiling netwatch v0.16.0
2026-06-07T04:22:45.7440566Z    Compiling portmapper v0.16.0
2026-06-07T04:22:46.5813303Z    Compiling spt-live v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-07T04:22:47.5945325Z    Compiling spt-term v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-07T04:22:49.3758729Z    Compiling iroh v0.98.2
2026-06-07T04:23:01.9493118Z    Compiling spt-net v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-07T04:23:04.4633610Z    Compiling spt-daemon v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-07T04:23:12.0988012Z    Compiling xtask v0.1.1 (/home/david/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-07T04:23:13.3916808Z     Finished `dev` profile [unoptimized] target(s) in 42.92s
2026-06-07T04:23:13.6036326Z      Running `target/debug/xtask check`
2026-06-07T04:24:09.2222840Z xtask check: OK
2026-06-07T04:24:09.2424747Z Post job cleanup.
2026-06-07T04:24:09.6246577Z [command]/usr/bin/git version
2026-06-07T04:24:09.6350681Z git version 2.34.1
2026-06-07T04:24:09.6391009Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/faa2055f-528d-4a26-96c2-73fedbe0c06c/.gitconfig'
2026-06-07T04:24:09.6406020Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/faa2055f-528d-4a26-96c2-73fedbe0c06c' before making global git config changes
2026-06-07T04:24:09.6407720Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T04:24:09.6415558Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-07T04:24:09.6471289Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T04:24:09.6528154Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-07T04:24:09.6833445Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T04:24:09.6870116Z http.https://github.com/.extraheader
2026-06-07T04:24:09.6886116Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-07T04:24:09.6933699Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-07T04:24:09.7221736Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T04:24:09.7266054Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T04:24:09.7763582Z Post job cleanup.
2026-06-07T04:24:09.9046840Z [command]/usr/bin/git version
2026-06-07T04:24:09.9100991Z git version 2.34.1
2026-06-07T04:24:09.9155910Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/c9322e93-ff2b-447e-8407-c8f74da7af84/.gitconfig'
2026-06-07T04:24:09.9395076Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/c9322e93-ff2b-447e-8407-c8f74da7af84' before making global git config changes
2026-06-07T04:24:09.9396908Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T04:24:09.9404104Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-07T04:24:10.1844101Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T04:24:10.1897859Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-07T04:24:10.2301940Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T04:24:10.2334364Z http.https://github.com/.extraheader
2026-06-07T04:24:10.2350895Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-07T04:24:10.3700336Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-07T04:24:10.3955274Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T04:24:10.3995484Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T04:24:10.4424043Z Cleaning up orphan processes
